minimacplus/config.h
2017-03-05 16:53:33 +08:00

11 lines
159 B
C

#define TME_ROMSIZE (128*1024)
#define TME_RAMSIZE (4096*1024)
#define TME_SCREENBUF (TME_RAMSIZE-0x5900)
#define TME_SCREENBUF_ALT (TME_RAMSIZE-0xD900)