From 44606af649af86d3ab9d43cbe0bc536f40d00165 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 24 Apr 2016 02:21:40 -0700 Subject: Add a trivial get_open_bus_value() function to stateview so it compiles again. --- stateview.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index f7a21fd..51d736d 100644 --- a/stateview.c +++ b/stateview.c @@ -33,6 +33,11 @@ z80_context *z80_handle_code_write(uint32_t address, z80_context *context) return NULL; } +uint16_t get_open_bus_value() +{ + return 0; +} + void ym_data_write(ym2612_context * context, uint8_t value) { } -- cgit v1.2.3