- 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user