diff stateview.c @ 931:126c0294c1e4

Make stateview and vgmplay compile again
author Michael Pavone <pavone@retrodev.com>
date Tue, 16 Feb 2016 19:13:00 -0800
parents 574495372d1c
children 3b270fc43ed4
line wrap: on
line diff
--- a/stateview.c	Sat Feb 13 22:20:37 2016 -0800
+++ b/stateview.c	Tue Feb 16 19:13:00 2016 -0800
@@ -16,7 +16,7 @@
 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)