summaryrefslogtreecommitdiff
path: root/ztestrun.c
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-05-29 00:57:19 -0700
committerMike Pavone <pavone@retrodev.com>2013-05-29 00:57:19 -0700
commit54f3fab8efc17a607439cb61e82b1e640f36c99a (patch)
treea679ccd977607a939b0ecd734fc9ba5a5e7b3be4 /ztestrun.c
parent1d5e794755a615e3627550f8068213e9a23b17e7 (diff)
Incredibly broken YM2612 support plus a fix to Z80 bus request
Diffstat (limited to 'ztestrun.c')
-rw-r--r--ztestrun.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ztestrun.c b/ztestrun.c
index b74d064..162a94d 100644
--- a/ztestrun.c
+++ b/ztestrun.c
@@ -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;