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
/
m6800
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add adjust_periodic() to persistent_timer. Update obvious situations where it...
Aaron Giles
2021-09-11
1
-2
/
+2
*
Merge branch 'master' into time-experiments2
Aaron Giles
2021-06-04
7
-176
/
+471
|
\
|
*
srcclean for release
Vas Crabb
2021-05-23
1
-1
/
+1
|
*
bublbobl,kikikai: remove embedded mcu io ports emulation and use m6801 io map...
hap
2021-05-14
1
-0
/
+2
|
*
hd6301x: add overrides for port 3 data
hap
2021-05-14
3
-39
/
+59
|
*
hd6301y: small fix to port 6 handshake irq
hap
2021-05-13
4
-60
/
+66
|
*
hd6301y: preliminary support for port 6 handshaking
hap
2021-05-13
3
-8
/
+122
|
*
cop01: let's add imperfect sound flag for cop01 too
hap
2021-05-12
1
-1
/
+1
|
*
nb1412m2: don't return a bool for uint8
hap
2021-05-12
1
-1
/
+1
|
*
m6800: remove outdated captain's log
hap
2021-05-10
3
-47
/
+0
|
*
m6800: account interrupt cycles for timer counter
hap
2021-05-10
6
-64
/
+64
|
*
hd6301x, hd6301y & derivatives: Updates to internal peripheral emulation
AJR
2021-05-08
2
-6
/
+206
*
|
Use the device-provided timer_alloc instead of reaching around to the schedul...
Aaron Giles
2021-03-25
1
-1
/
+1
|
/
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
2
-10
/
+9
*
psion: does not need direct access to internal mcu reg (nw)
hap
2020-05-09
2
-3
/
+1
*
6801: tcsr upper 3 bits are read-only (nw)
hap
2020-05-09
2
-5
/
+6
*
6801: remove hack, the real cause of adam locking up at boot was fixed recent...
hap
2020-05-09
1
-5
/
+1
*
6801: that's not "TOH" (nw)
hap
2020-05-04
1
-1
/
+1
*
hh_pic16: rename sfxchas to flash (nw)
hap
2020-05-03
1
-4
/
+4
*
m6801: Clear OCF when output compare register is rewritten, not read from
AJR
2020-05-02
1
-20
/
+24
*
leonardo: fix lockup and add buttonpanel leds (nw)
hap
2020-05-02
1
-1
/
+1
*
leonardo: figure out some io (nw)
hap
2020-04-29
1
-2
/
+2
*
6800ops: unneeded workaround? (nw)
hap
2020-04-06
3
-105
/
+77
*
Add second timer output comparator and associated status register to the HD63...
AJR
2020-03-16
2
-39
/
+262
*
spdodgeb: Replace protection simulation with emulation of HD63701Y0 MCU
AJR
2020-03-13
2
-11
/
+39
*
m6801: Add preliminary HD6301X internal register map (nw)
AJR
2020-03-13
2
-11
/
+47
*
m6801: Add DDRs as mask for port output callbacks; implement more HD6301X wei...
AJR
2020-03-13
2
-13
/
+27
*
m6801: Fixes and improvements
AJR
2020-03-13
6
-13
/
+157
*
m6801: Attempt at cleaning up internal registers (nw)
AJR
2020-03-12
2
-416
/
+510
*
m6801: Add MC6803E and HD6303X types (nw)
AJR
2020-03-02
2
-0
/
+43
*
that should be the rest of the devcb arrays switched to new syntax (nw)
Vas Crabb
2020-02-08
2
-8
/
+8
*
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
[next]