index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
m68000
/
m68000.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc cpu: no need to check debug enabled flag manually
hap
2025-04-11
1
-1
/
+1
*
m68000: add missing set_current_cpu function
Patrick Mackinlay
2025-02-10
1
-0
/
+8
*
m68000: Fix pc interactions in debugger
Olivier Galibert
2024-03-29
1
-4
/
+8
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-1
/
+0
*
m68000: Remove leftover debug logerror
Olivier Galibert
2023-06-03
1
-2
/
+0
*
m68000: When a SR S-flag update happens in parallel to a bus access, be caref...
Olivier Galibert
2023-06-02
1
-0
/
+4
*
m68008: Implement as a 68000 variant
Olivier Galibert
2023-05-27
1
-116
/
+20
*
srcclean in preparation for release
Vas Crabb
2023-04-23
1
-4
/
+4
*
tmp68301: Add timers and fix interrupts (thanks grdians for the test cases)
Olivier Galibert
2023-04-04
1
-7
/
+10
*
tmp68301: Reimplement in the new68k framework. The timers are not yet implem...
Olivier Galibert
2023-04-04
1
-0
/
+102
*
m68000: some variables were missing from savestate/zerofill
hap
2023-04-03
1
-20
/
+33
*
cpu/nec: Fixed build; also, srcclean
Vas Crabb
2023-03-26
1
-2
/
+2
*
Interrupt callback rationalization
AJR
2023-03-11
1
-2
/
+2
*
m68000: Re-add debugger exception hook for interrupt/trap vectors; register I...
AJR
2023-02-27
1
-0
/
+1
*
m68000: Unexpectedly, device reset time warps?
Olivier Galibert
2023-02-23
1
-0
/
+1
*
m68000: Fix the vpa wait state, make using irq 7/NMI a little more transparent
Olivier Galibert
2023-02-22
1
-5
/
+15
*
m68000: Properly acknowledge interrupts when no mixer is present
Olivier Galibert
2023-02-22
1
-1
/
+7
*
emumem: Fix delegates on delay methods
Olivier Galibert
2023-02-22
1
-11
/
+18
*
emumem: First try at wait states
Olivier Galibert
2023-02-22
1
-2
/
+15
*
atarist: Extract the MMU, will need STE memory map specialization
Olivier Galibert
2023-02-22
1
-1
/
+1
*
m68000: New implementation, generated from the micro/nanocode
Olivier Galibert
2023-02-22
1
-10
/
+390
*
68000: Add a level of transparent indirection, turn the reset output line int...
Olivier Galibert
2022-11-03
1
-3
/
+3
*
m68000: split the header to make future semi-indenpendant implementations sane
Olivier Galibert
2022-09-30
1
-0
/
+35