mame/src/emu/cpu/tms32025
Aaron Giles 202d7680a4 Created new enum type address_spacenum for specifying an address
space by index. Update functions and methods that accepted an
address space index to take an address_spacenum instead. Note that
this means you can't use a raw integer in ADDRESS_SPACE macros, so
instead of 0 use the enumerated AS_0.

Standardized the project on the shortened constants AS_* over the
older ADDRESS_SPACE_*. Removed the latter to prevent confusion.
Also centralized the location of these definitions to memory.h.
2011-03-27 07:37:24 +00:00
..
32025dsm.c Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] 2010-04-23 23:21:39 +00:00
dis32025.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
tms32025.c Created new enum type address_spacenum for specifying an address 2011-03-27 07:37:24 +00:00
tms32025.h Created CPU-specific device types for all CPUs, using new macros 2010-07-03 00:12:44 +00:00