- Adaptat el mòdul 'ay-3-8912' per a usar zx_speaker, pero encara no fa roidets, a vore si demà trobe el perquè

This commit is contained in:
2025-07-24 21:37:01 +02:00
parent 91a8933544
commit 9725e58d92
6 changed files with 101 additions and 97 deletions

View File

@@ -10,6 +10,7 @@
#include "ui.h"
#include "ui_window.h"
#include "zx_screen.h"
#include "ay-3-8912.h"
#define RESIZING_NONE 0
#define RESIZING_MEMORY 1
@@ -792,6 +793,7 @@ namespace z80debug
if (strcmp(cmd, "s")==0 || strcmp(cmd, "step")==0) {
uint8_t dt = z80::step();
zx_tape::update(dt);
audio::update(dt);
speaker::update(dt);
zxscreen::fullrefresh();
z80analyze::refresh();