diff options
Diffstat (limited to 'stateview.c')
-rw-r--r-- | stateview.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stateview.c b/stateview.c index d27634c..cf2da7c 100644 --- a/stateview.c +++ b/stateview.c @@ -27,11 +27,6 @@ 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) { } |