From 9fa26d6cd1365baea2f06c97c28cb0d451e6fc75 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 16 Feb 2016 19:13:00 -0800 Subject: Make stateview and vgmplay compile again --- stateview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index 517d4c2..d96c39f 100644 --- a/stateview.c +++ b/stateview.c @@ -16,7 +16,7 @@ io_port gamepad_2; uint8_t reset = 1; uint8_t busreq = 0; -uint16_t ram[RAM_WORDS]; +//uint16_t ram[RAM_WORDS]; uint8_t z80_ram[Z80_RAM_BYTES]; uint16_t read_dma_value(uint32_t address) -- cgit v1.2.3