changeset 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 902c53d9c16f
children 14d2f3b0e45d
files stateview.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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)
 {
 }