index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
cpu
/
m6502
/
m6502.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-4
/
+4
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-10
/
+19
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-4
/
+4
*
Removed not needed constant, set proper return type and added call to m4510 c...
Miodrag Milanovic
2010-06-13
1
-1
/
+1
*
Added back software list support in emu core, and update 6510 and SM8500 cpu ...
Miodrag Milanovic
2010-06-13
1
-6
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-12
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-6
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-10
/
+9
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-16
/
+16
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-12
/
+12
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-5
/
+5
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-16
/
+17
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-6
/
+6
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-23
/
+23
*
Moved the configuration of m6502-family callbacks to the cpu configuration.
Wilbert Pol
2009-05-15
1
-18
/
+20
*
CPU cores are now enabled on a per cpu core family basis instead of per cpu c...
Wilbert Pol
2009-03-25
1
-46
/
+0
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-18
/
+34
*
PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles]
Aaron Giles
2008-12-31
1
-8
/
+8
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-11
/
+11
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-24
/
+24
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-7
/
+7
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-2
/
+0
*
Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls.
Aaron Giles
2008-12-09
1
-23
/
+4
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
1
-1
/
+0
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-13
/
+13
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Removed cpunum_get_active() calls from a number of CPU cores.
Aaron Giles
2008-11-26
1
-216
/
+215
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
1
-18
/
+1
*
Removed NO_LEGACY_MEMORY_HANDLERS defines.
Aaron Giles
2008-11-24
1
-2
/
+0
*
More conversion to the new memory functions.
Aaron Giles
2008-11-22
1
-13
/
+18
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-3
/
+3
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-13
/
+13
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
1
-4
/
+4
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-0
/
+2
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-8
/
+8
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-16
/
+16
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-7
/
+7
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
1
-15
/
+15
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-11-08
1
-1
/
+1
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
1
-37
/
+37
*
"Pointer"-ified the 6502
Couriersud
2008-11-07
1
-189
/
+227
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-42
/
+44
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-0
/
+1
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-1
/
+0
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-13
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-01
1
-0
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-04-24
1
-1
/
+0
*
Rewrote core memory handlers as inline functions. These should be easier to
Aaron Giles
2008-04-09
1
-2
/
+2
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-1
/
+1
[next]