Go to file
Aaron Giles 0862cce453 Replaced the following macros (SMH == static memory handler)
MRA*_BANK*/MRA*_BANK* -> SMH_BANK*
   MRA*_RAM/MRA*_ROM     -> SMH_RAM
   MRA*_ROM/MWA*_ROM     -> SMH_ROM
   MRA*_NOP/MWA*_NOP     -> SMH_NOP
   MRA*_UNMAP/MWA*_UNMAP -> SMH_UNMAP

This removes the silly need for a bunch of redundant constants
with faux type definitions that didn't buy anything.

Moved some memory system constants into memory.c.
2008-03-10 02:29:15 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src Replaced the following macros (SMH == static memory handler) 2008-03-10 02:29:15 +00:00
.gitattributes Mysterious Stones gets the "full treatment" 2008-03-06 03:45:15 +00:00
makefile Followup to r767: 2008-02-22 00:17:36 +00:00