mame/src/emu/cpu/m6502
Aaron Giles e7c418ef0f Generalized the concept of opbase access into "direct" access.
Removed opbase globals to the address_space structure.
Cleaned up names of pointers (decrypted and raw versus rom and ram).
Added inline functions to read/write data via any address space.
Added macros for existing functions to point them to the new functions.
Other related cleanups.
2008-11-17 18:33:10 +00:00
..
6502dasm.c Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
ill02.h Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
m65ce02.c Terminology cleanup. "Machine" handlers are now "space" handlers. 2008-11-15 21:36:21 +00:00
m65ce02.h Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
m4510.c Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
m4510.h Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
m6502.c Added "tag" parameter to state_save_register_item_* calls. Removed 2008-11-17 06:21:26 +00:00
m6502.h Massive API cleanup/change. The primary goal is that all CPU- 2008-11-13 06:59:57 +00:00
m6502.txt Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
m6509.c Terminology cleanup. "Machine" handlers are now "space" handlers. 2008-11-15 21:36:21 +00:00
m6509.h Massive API cleanup/change. The primary goal is that all CPU- 2008-11-13 06:59:57 +00:00
minc4510.h Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
mincce02.h Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
ops02.h Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
ops09.h Generalized the concept of opbase access into "direct" access. 2008-11-17 18:33:10 +00:00
ops4510.h "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
opsc02.h "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
opsce02.h Major cpuintrf changes: 2008-11-10 07:42:09 +00:00
opsn2a03.h Final CPU header updates. Mostly just re-naming the re-inclusions. 2008-08-13 02:48:52 +00:00
t65c02.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
t65ce02.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
t65sc02.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
t6502.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
t6509.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00
t6510.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
tdeco16.c Major cpuintrf changes: 2008-11-10 07:42:09 +00:00
tn2a03.c "Pointer"-ified the 6502 2008-11-07 00:07:57 +00:00