- [NEW] [zx_disk] SPECIFY command (0x03)

- [NEW] [zx_disk] SENSE DRIVE STATUS command (0x04)
This commit is contained in:
2025-08-05 11:31:36 +02:00
parent ade97a9a70
commit 40c825cdb9
3 changed files with 158 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "zx_tape.h"
#include "zx_speaker.h"
#include "ay-3-8912.h"
#include "zx_disk.h"
#include <vector>
namespace zx_system
@@ -77,6 +78,7 @@ namespace zx_system
speaker::init();
speaker::register_source(zx_ula::get_sample);
speaker::register_source(audio::get_sample);
zx_disk::init();
registerUpdatable(zx_tape::update);
registerUpdatable(audio::update);