diff stateview.c @ 1117:928a65750345

Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be useful.
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Dec 2016 19:51:25 -0800
parents 22e87b739ad6
children 74e77aec9004
line wrap: on
line diff
--- a/stateview.c	Thu Dec 22 10:51:33 2016 -0800
+++ b/stateview.c	Thu Dec 22 19:51:25 2016 -0800
@@ -27,11 +27,6 @@
 	return NULL;
 }
 
-uint16_t get_open_bus_value()
-{
-	return 0;
-}
-
 void ym_data_write(ym2612_context * context, uint8_t value)
 {
 }