- [NEW] Les finestres guarden la posició i el zoom

This commit is contained in:
2025-07-29 11:29:35 +02:00
parent 913450fadb
commit 2a0febc6b7
5 changed files with 352 additions and 7 deletions
+3
View File
@@ -21,6 +21,7 @@
//#include "zx_128pageviewer.h"
#include "ay-3-8912.h"
#include "ay_viewer.h"
#include "file.h"
//uint8_t memory[65536];
uint32_t time = 0;
@@ -84,6 +85,8 @@ int main(int argc, char *argv[])
const uint32_t clock = 3546900;
const uint32_t update_freq = clock / 10;
file::setConfigFolder("z80");
//new zx_48mem();
//new zx_128mem();
mem::init(ZX_128K);