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
/
g65816
/
g65816cm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
g65816.c: Modernised cpu core (nw)
Wilbert Pol
2014-04-21
1
-119
/
+50
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-195
/
+195
*
changed space_func to delegate (no whatsnew)
Miodrag Milanovic
2012-10-11
1
-1
/
+1
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Moved multiplication and division operation from SNES to 5A22 CPU core file [...
Angelo Salese
2012-09-04
1
-0
/
+7
*
Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals...
Angelo Salese
2012-09-04
1
-8
/
+9
*
Hooked up fastROM setting in the CPU core, nw
Angelo Salese
2012-08-22
1
-0
/
+1
*
(SNES) Rewritten cycle steal code from scratch and nailed it directly in the ...
Angelo Salese
2012-08-22
1
-0
/
+3
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-1
/
+1
*
G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ...
R. Belmont
2011-02-07
1
-1
/
+1
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-3
/
+3
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-1
/
+1
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-1
/
+1
*
First step in supporting master cycle delays in the SNES driver [Angelo Salese]
Angelo Salese
2010-04-06
1
-1
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+0
*
From: Duke [mailto:startaq@gmail.com]
Aaron Giles
2009-01-14
1
-5
/
+0
*
CPU header cleanups....
Aaron Giles
2008-12-18
1
-0
/
+10
*
Pointer-ified the 65816.
R. Belmont
2008-11-28
1
-54
/
+53
*
Converted a bunch of CPU cores over to the new memory functions.
Aaron Giles
2008-11-22
1
-0
/
+1
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
1
-1
/
+1
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-1
/
+2
*
structure, lower-casing functions and re-inclusion updates of the src\emu\cpu...
Derrick Renaud
2008-08-11
1
-5
/
+8
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-04-24
1
-1
/
+0
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-1
/
+1
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-2
/
+2
*
Changes for MAME 0.121u3.
mame0121u3
Aaron Giles
2007-12-17
1
-6
/
+6
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+310