diff stateview.c @ 982:f7bbbf49db4e

Add a trivial get_open_bus_value() function to stateview so it compiles again.
author Michael Pavone <pavone@retrodev.com>
date Sun, 24 Apr 2016 02:21:40 -0700
parents f52cb02a1466
children 56b1748a8473
line wrap: on
line diff
--- a/stateview.c	Sun Apr 24 02:19:48 2016 -0700
+++ b/stateview.c	Sun Apr 24 02:21:40 2016 -0700
@@ -33,6 +33,11 @@
 	return NULL;
 }
 
+uint16_t get_open_bus_value()
+{
+	return 0;
+}
+
 void ym_data_write(ym2612_context * context, uint8_t value)
 {
 }