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
/
devices
/
cpu
/
m68000
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to...
AJR
2017-04-12
1
-1
/
+4
*
more validation fixes (nw)
Vas Crabb
2017-03-04
1
-2
/
+2
*
fd1089, fd1094: Device cleanup [O. Galibert]
Olivier Galibert
2017-03-03
2
-0
/
+6
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-19
/
+19
*
first srcclean pass (nw)
Vas Crabb
2016-12-25
2
-3
/
+3
*
m68k: respect 68020 "freeze I-cache" bit; micro20 68020 cache test now passes...
arbee
2016-11-26
1
-1
/
+7
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-69
/
+59
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
2
-23
/
+23
*
Moved has_fpu to private: section and added methods to set and get it
Joakim Larsson Edstrom
2016-11-16
3
-5
/
+18
*
Changed the m68k disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-15
2
-4
/
+14
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-35
/
+35
*
srcclean (nw)
Vas Crabb
2016-10-23
1
-1
/
+1
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
2
-4
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
7
-2250
/
+2250
*
[[noreturn]] instead of ATTR_NORETURN (nw)
Miodrag Milanovic
2016-10-22
1
-8
/
+2
*
Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov...
smf-
2016-10-08
2
-4
/
+11
*
change cpu cores pcbase handling to be consistent with the majority of cpu co...
smf-
2016-09-28
1
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
2
-6
/
+2
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
2
-2
/
+6
*
Revert "change cpu cores pcbase handling to be consistent with the majority o...
Lord-Nightmare
2016-09-27
1
-3
/
+3
*
change cpu cores pcbase handling to be consistent with the majority of cpu co...
smf-
2016-09-27
1
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
2
-6
/
+2
*
some C++14 features are not supported by VS2013. VS2015 is free for home use ...
Miodrag Milanovic
2016-08-27
1
-1
/
+1
*
Let's give the new srcclean a spin...
Vas Crabb
2016-08-02
1
-2
/
+2
*
Replace M68000 write_irq[1-7] handlers with DEVCB_INPUTLINE (nw)
AJR
2016-07-07
2
-43
/
+0
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
2
-1
/
+1
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
3
-13
/
+13
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-1
/
+1
*
if (this) leftover, need to check if this causes some issue (nw)
Miodrag Milanovic
2016-03-11
1
-2
/
+0
*
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
Miodrag Milanovic
2016-03-07
2
-10
/
+13
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-12
/
+12
*
fixed clang compile of m68kmake(nw)
Miodrag Milanovic
2016-01-30
1
-1
/
+1
*
Add macros for alignment checking (nw)
AJR
2016-01-30
2
-20
/
+20
*
makefile should inherit CC and GCC if set in parent makefile (nw)
Miodrag Milanovic
2016-01-30
1
-3
/
+9
*
fix to work on osx and linux as well (nw)
Miodrag Milanovic
2016-01-27
1
-1
/
+1
*
Updated makefile to generate m68k files (nw)
Miodrag Milanovic
2016-01-27
1
-6
/
+6
*
removed generated files for m68k cpu core (nw)
Miodrag Milanovic
2016-01-27
2
-36869
/
+0
*
Cleanups and version bump
mame0170
Miodrag Milanovic
2016-01-27
1
-2
/
+0
*
make m68make actually build code that can be compiled now. (still needs to b...
David Haywood
2016-01-26
3
-116
/
+119
*
Missed a line (nw)
arbee
2016-01-24
1
-1
/
+1
*
m68k: fix (020+) bfins results and Z flag [Till Harbaum]
arbee
2016-01-24
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
3
-62
/
+62
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
2
-10
/
+10
*
Revert "some additional (nw)"
Miodrag Milanovic
2016-01-20
2
-8
/
+8
*
some additional (nw)
Miodrag Milanovic
2016-01-16
2
-8
/
+8
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
2
-10
/
+10
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
3
-62
/
+62
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
2
-2
/
+2
*
remove const (nw)
Miodrag Milanovic
2016-01-11
2
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
2
-9
/
+5
[next]