- [NEW] [zx_disk] SPECIFY command (0x03)
- [NEW] [zx_disk] SENSE DRIVE STATUS command (0x04)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user