diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-29 00:57:19 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-29 00:57:19 -0700 |
commit | 54f3fab8efc17a607439cb61e82b1e640f36c99a (patch) | |
tree | a679ccd977607a939b0ecd734fc9ba5a5e7b3be4 /ztestrun.c | |
parent | 1d5e794755a615e3627550f8068213e9a23b17e7 (diff) |
Incredibly broken YM2612 support plus a fix to Z80 bus request
Diffstat (limited to 'ztestrun.c')
-rw-r--r-- | ztestrun.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ z80_context * z80_write_ym(uint16_t location, z80_context * context, uint8_t val return context; } +z80_context * z80_vdp_port_write(uint16_t location, z80_context * context, uint8_t value) +{ + return context; +} + int main(int argc, char ** argv) { long filesize; |