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
/
m68000
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed invalid email address.
Curt Coder
2009-03-30
1
-1
/
+1
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
3
-22
/
+35
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-5
/
+5
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-02-26
2
-75
/
+82
*
Cleanups and version bump.
mame0129
Aaron Giles
2009-01-04
3
-4
/
+4
*
02770: aceattac: Interger Overflow
Aaron Giles
2008-12-26
4
-135
/
+127
*
Converted 68000 to state tables.
Aaron Giles
2008-12-24
3
-307
/
+256
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-1
/
+1
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-16
/
+16
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-17
/
+17
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
2
-8
/
+8
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
1
-0
/
+7
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-2
/
+0
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-6
/
+2
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-17
/
+17
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls.
Andrew Gardner
2008-11-30
1
-6
/
+2
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-1
/
+1
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
1
-3
/
+0
*
Removed NO_LEGACY_MEMORY_HANDLERS defines.
Aaron Giles
2008-11-24
1
-1
/
+0
*
And the 6805 core.
Aaron Giles
2008-11-22
1
-0
/
+1
*
Missed a couple in the 68000 core.
Aaron Giles
2008-11-22
1
-3
/
+3
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-1
/
+1
*
fix compile
davidhay
2008-11-17
1
-10
/
+10
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-3
/
+3
*
Significantly pared down the 68k core. Merged outer MAME shell
Aaron Giles
2008-11-17
9
-2801
/
+935
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
3
-27
/
+27
*
More disentangling of the 68000 core. Removed old unused CPS2
Aaron Giles
2008-11-16
8
-350
/
+181
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
1
-1
/
+1
*
Sync with MESS
Nathan Woods
2008-11-11
4
-39
/
+38
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-24
/
+12
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
4
-19
/
+19
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-8
/
+0
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
2
-10
/
+10
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
2
-56
/
+56
*
More 68000 cleanup.
Aaron Giles
2008-11-07
5
-2266
/
+2258
*
Fixed 68020+
Aaron Giles
2008-11-07
1
-3
/
+3
*
Some more gcc 64bit tranquilizers
Couriersud
2008-11-06
2
-5
/
+6
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
3
-81
/
+75
*
Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??)
Aaron Giles
2008-11-06
3
-8
/
+8
*
Removed a bunch of useless macros. Consolidated several others.
Aaron Giles
2008-11-06
4
-2334
/
+2197
*
Fixed compilation issues with 68000 changes.
Aaron Giles
2008-11-06
7
-471
/
+48
*
"Pointer"-ified the 68000. What a mess!
Aaron Giles
2008-11-06
10
-2380
/
+2386
*
Added concept of scheduling quanta to the timer system. Also added
Aaron Giles
2008-11-05
1
-2
/
+2
*
01722: sokonuke: Game hangs after you choose stage
Aaron Giles
2008-10-23
1
-2
/
+4
*
Cleanups and version bump.
mame0127u6
Aaron Giles
2008-10-02
1
-1
/
+1
*
Fixed handling of interrupts when the CPU was in the STOP state.
Aaron Giles
2008-10-02
2
-27
/
+12
*
Changed 68000 interrupts to only trigger during execution. This
Aaron Giles
2008-10-01
2
-4
/
+10
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-0
/
+1
*
From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Aaron Giles
2008-08-28
1
-2
/
+2
[next]