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
/
emu
/
cpu
/
m68000
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
11
-61711
/
+0
*
Add M68kFPU mode 7, reg 0
Brandon Munger
2015-08-02
1
-0
/
+6
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
1
-6
/
+6
*
blame balrog for this :) (NW)
Cowering
2015-07-08
1
-19
/
+19
*
m68k: fix unaligned pc-relative accesses [O. Galibert]
Olivier Galibert
2015-07-08
1
-8
/
+19
*
m68k: fix '020 cache emulation corner case. [Hans Ostermeyer]
arbee
2015-06-27
1
-1
/
+2
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
3
-65
/
+58
*
owner name consistency and typo fix (nw)
Miodrag Milanovic
2015-05-22
1
-1
/
+1
*
Thanks to Karl Stenerud his cores are now BSD3 (nw)
Miodrag Milanovic
2015-05-12
10
-67
/
+20
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
9
-0
/
+18
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
1
-2
/
+0
*
Commented out a printf. (nw)
couriersud
2015-04-25
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-18
/
+24
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-11
/
+11
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-3
/
+3
*
Fix various typos and spelling mistakes
Zoë Blade
2015-04-11
1
-1
/
+1
*
Added generated m68kops files to tree, added makefile for developers working ...
Miodrag Milanovic
2015-04-03
3
-0
/
+36910
*
Fix more breakage
Vas Crabb
2015-04-01
1
-1
/
+1
*
Start removing the use of OSD macros outside OSD since core objects are share...
Vas Crabb
2015-04-01
1
-1
/
+1
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
2
-3
/
+3
*
m68k: emulate instruction cache for 68020/68EC020. [R. Belmont]
arbee
2015-02-16
3
-26
/
+43
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
3
-6
/
+5
*
Minor Solaris fixes. (nw)
couriersud
2015-01-25
1
-0
/
+5
*
Fix compile and cleanup includes (nw)
Miodrag Milanovic
2015-01-11
1
-2
/
+2
*
Moved softfloat to 3rdparty (nw)
Miodrag Milanovic
2015-01-10
1
-2
/
+2
*
m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont]
arbee
2014-12-31
4
-1
/
+83
*
Cleanups and version bump
mame0157
Miodrag Milanovic
2014-12-31
2
-3
/
+3
*
m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belm...
arbee
2014-12-30
1
-1
/
+6
*
m68k: disassembler support for FTRAP. [R. Belmont]
arbee
2014-12-09
1
-0
/
+27
*
m68000: add missing save state registration [Alex Jackson]
Alex W. Jackson
2014-10-14
1
-0
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-2
/
+0
*
m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector]
Alex W. Jackson
2014-07-25
1
-1
/
+1
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
2
-11
/
+11
*
well, next *needs* the rounding mode, or white is black... (nw)
Olivier Galibert
2014-06-18
1
-2
/
+0
*
hmmm, missed a commit (nw)
Olivier Galibert
2014-06-18
1
-0
/
+7
*
m68040: fbcc dasm fixes [O. Galibert]
Olivier Galibert
2014-06-18
1
-0
/
+16
*
m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp...
Alex W. Jackson
2014-05-30
2
-1
/
+9
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
2
-4
/
+4
*
m68000: implement TAS callback (currently only used by megadrive) in a more s...
Alex W. Jackson
2014-04-22
3
-19
/
+19
*
m68000 callbacks to delegates (nw)
Miodrag Milanovic
2014-04-22
3
-78
/
+48
*
m68k: Add one fpu case (nw)
Olivier Galibert
2014-04-13
1
-0
/
+9
*
m68k: Update used and modified bits in the page tables and greatly improved P...
R. Belmont
2014-04-13
3
-3
/
+55
*
more saving (nw)
Olivier Galibert
2014-04-13
1
-0
/
+33
*
fixed
Michaël Banaan Ananas
2014-04-04
1
-2
/
+1
*
a few adjustments for Visual Studio analysis (nw)
Oliver Stöneberg
2014-04-04
1
-2
/
+8
*
more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw)
Oliver Stöneberg
2014-03-19
2
-1
/
+1
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+8
*
Convert VIA6522 to use DEVCB2 [smf]
smf-
2013-12-31
2
-0
/
+43
*
m68k: add ability for externally-thrown bus errors to have proper details [R....
R. Belmont
2013-12-17
2
-3
/
+11
*
next: Enhancements [O. Galibert]
Olivier Galibert
2013-11-18
1
-1
/
+1
[next]