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
/
m68kcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-20
/
+34
*
Cleanups and version bump.
mame0129
Aaron Giles
2009-01-04
1
-2
/
+2
*
02770: aceattac: Interger Overflow
Aaron Giles
2008-12-26
1
-7
/
+8
*
Converted 68000 to state tables.
Aaron Giles
2008-12-24
1
-305
/
+247
*
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
1
-4
/
+4
*
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
*
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
1
-437
/
+828
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-20
/
+20
*
More disentangling of the 68000 core. Removed old unused CPS2
Aaron Giles
2008-11-16
1
-30
/
+0
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-1
/
+1
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
1
-1
/
+1
*
More 68000 cleanup.
Aaron Giles
2008-11-07
1
-20
/
+20
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-6
/
+1
*
Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??)
Aaron Giles
2008-11-06
1
-1
/
+1
*
Removed a bunch of useless macros. Consolidated several others.
Aaron Giles
2008-11-06
1
-122
/
+122
*
Fixed compilation issues with 68000 changes.
Aaron Giles
2008-11-06
1
-13
/
+1
*
"Pointer"-ified the 68000. What a mess!
Aaron Giles
2008-11-06
1
-146
/
+125
*
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
1
-23
/
+11
*
Changed 68000 interrupts to only trigger during execution. This
Aaron Giles
2008-10-01
1
-3
/
+3
*
Fix m68k irq line support.
Aaron Giles
2008-08-20
1
-0
/
+23
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-01
1
-0
/
+2
*
Reduced the number of save state callback types from 3 to 1. The
Aaron Giles
2008-04-11
1
-4
/
+4
*
Various clean ups:
Couriersud
2008-03-01
1
-1
/
+0
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-3
/
+3
*
(From Atari Ace)
Aaron Giles
2008-01-19
1
-0
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Changes for MAME 0.122.
Aaron Giles
2007-12-18
1
-9
/
+9
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+1025