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
/
m6800
Commit message (
Expand
)
Author
Age
Files
Lines
*
m6802, nsc8105: Internalize internal RAM (nw)
AJR
2019-12-01
2
-1
/
+23
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
2
-8
/
+8
*
srcclean (nw)
Vas Crabb
2019-10-26
1
-1
/
+1
*
Merge pull request #5686 from JoakimLarsson/epc_3
Joakim Larsson Edström
2019-10-11
1
-20
/
+30
|
\
|
*
m6801.cpp: more logging and reduced unneeded updates of Tx line
Joakim Larsson Edstrom
2019-09-26
1
-20
/
+30
*
|
Correct a few CPU device names (nw)
AJR
2019-10-08
2
-5
/
+5
|
/
*
corona: check/end leds were wrong way around (nw)
hap
2019-07-21
2
-5
/
+2
*
Bally pinball by35: More sound improvements and refactoring (#5068)
Mike
2019-05-17
1
-2
/
+1
*
m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw)
AJR
2018-10-26
2
-125
/
+87
*
devcb3
Vas Crabb
2018-07-07
1
-2
/
+2
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-1
/
+1
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
2
-2
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
2
-7
/
+7
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-5
/
+6
*
m6801: separate SCI Tx/Rx tick and event logging, fix some missing save state...
Vas Crabb
2018-04-05
1
-10
/
+20
*
stupid HOLD_LINE (nw)
Vas Crabb
2018-04-04
1
-2
/
+8
*
m6801.cpp: configurable logging (nw)
Vas Crabb
2018-04-03
1
-43
/
+56
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-6
/
+6
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
4
-24
/
+24
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
2
-9
/
+9
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-5
/
+5
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-9
/
+9
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
3
-7
/
+8
*
m6800, m6801: Error logging fixups (nw)
AJR
2018-01-04
2
-27
/
+27
*
Ch-ch-ch-ch-ch-checkpoint... (nw)
Olivier Galibert
2018-01-04
2
-46
/
+46
*
Remove a bunch of space.device().safe_pc() from devices (nw)
Olivier Galibert
2017-12-30
1
-26
/
+26
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-3
/
+3
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
6
-152
/
+140
*
More bizarre and inexplicable typos (nw)
AJR
2017-09-28
1
-1
/
+1
*
CPU M6800: CPX (compare X) instruction, fix behaviour of V flag #2. (nw)
Quench0
2017-09-24
1
-12
/
+16
*
MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624)
AJR
2017-07-14
2
-15
/
+29
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
4
-6
/
+6
*
m6800: Document more types (nw)
AJR
2017-07-06
1
-5
/
+9
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
4
-17
/
+16
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
*
Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ...
AJR
2017-05-26
6
-1454
/
+1538
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-55
/
+50
*
Fix 6800 invalid instructions length / Program counter behavior. (#2274)
Jean-François DEL NERO
2017-05-05
3
-62
/
+78
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-9
/
+9
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-10
/
+10
*
Make devcb objects more consistently available for further configuration (nw)
AJR
2017-01-31
1
-2
/
+2
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
3
-41
/
+32
|
\
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-41
/
+32
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-9
/
+9
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-9
/
+9
*
Changed the M6800 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-27
1
-12
/
+21
*
add virtual for consistency (nw)
smf-
2016-10-24
1
-1
/
+1
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
4
-268
/
+268
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
[next]