Altered device memory mapping.

This commit is contained in:
TomW 2013-10-19 17:06:55 +01:00
commit 7735e82085
43 changed files with 662 additions and 381 deletions

View file

@ -6,8 +6,6 @@
/*Memory*/
uint8_t *ram,*vram;
unsigned char isram[0x10000];
uint32_t rammask;
int readlookup[256],readlookupp[256];