diff options
Diffstat (limited to 'stateview.c')
-rw-r--r-- | stateview.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stateview.c b/stateview.c index f7a21fd..51d736d 100644 --- a/stateview.c +++ b/stateview.c @@ -33,6 +33,11 @@ z80_context *z80_handle_code_write(uint32_t address, z80_context *context) return NULL; } +uint16_t get_open_bus_value() +{ + return 0; +} + void ym_data_write(ym2612_context * context, uint8_t value) { } |