diff ztestrun.c @ 364:62177cc39049

Incredibly broken YM2612 support plus a fix to Z80 bus request
author Mike Pavone <pavone@retrodev.com>
date Wed, 29 May 2013 00:57:19 -0700
parents ba97772b1662
children 140af5509ce7
line wrap: on
line diff
--- a/ztestrun.c	Wed May 29 00:13:48 2013 -0700
+++ b/ztestrun.c	Wed May 29 00:57:19 2013 -0700
@@ -24,6 +24,11 @@
 	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;