summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-2/+2
* Merge branch 'master' into time-experiments2 Aaron Giles2021-06-047-176/+471
|\
| * srcclean for release Vas Crabb2021-05-231-1/+1
| * bublbobl,kikikai: remove embedded mcu io ports emulation and use m6801 io map... hap2021-05-141-0/+2
| * hd6301x: add overrides for port 3 data hap2021-05-143-39/+59
| * hd6301y: small fix to port 6 handshake irq hap2021-05-134-60/+66
| * hd6301y: preliminary support for port 6 handshaking hap2021-05-133-8/+122
| * cop01: let's add imperfect sound flag for cop01 too hap2021-05-121-1/+1
| * nb1412m2: don't return a bool for uint8 hap2021-05-121-1/+1
| * m6800: remove outdated captain's log hap2021-05-103-47/+0
| * m6800: account interrupt cycles for timer counter hap2021-05-106-64/+64
| * hd6301x, hd6301y & derivatives: Updates to internal peripheral emulation AJR2021-05-082-6/+206
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-251-1/+1
|/
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-10/+9
* psion: does not need direct access to internal mcu reg (nw) hap2020-05-092-3/+1
* 6801: tcsr upper 3 bits are read-only (nw) hap2020-05-092-5/+6
* 6801: remove hack, the real cause of adam locking up at boot was fixed recent... hap2020-05-091-5/+1
* 6801: that's not "TOH" (nw) hap2020-05-041-1/+1
* hh_pic16: rename sfxchas to flash (nw) hap2020-05-031-4/+4
* m6801: Clear OCF when output compare register is rewritten, not read from AJR2020-05-021-20/+24
* leonardo: fix lockup and add buttonpanel leds (nw) hap2020-05-021-1/+1
* leonardo: figure out some io (nw) hap2020-04-291-2/+2
* 6800ops: unneeded workaround? (nw) hap2020-04-063-105/+77
* Add second timer output comparator and associated status register to the HD63... AJR2020-03-162-39/+262
* spdodgeb: Replace protection simulation with emulation of HD63701Y0 MCU AJR2020-03-132-11/+39
* m6801: Add preliminary HD6301X internal register map (nw) AJR2020-03-132-11/+47
* m6801: Add DDRs as mask for port output callbacks; implement more HD6301X wei... AJR2020-03-132-13/+27
* m6801: Fixes and improvements AJR2020-03-136-13/+157
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-122-416/+510
* m6801: Add MC6803E and HD6303X types (nw) AJR2020-03-022-0/+43
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-082-8/+8
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-012-1/+23
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-8/+8
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Merge pull request #5686 from JoakimLarsson/epc_3 Joakim Larsson Edström2019-10-111-20/+30
|\
| * m6801.cpp: more logging and reduced unneeded updates of Tx line Joakim Larsson Edstrom2019-09-261-20/+30
* | Correct a few CPU device names (nw) AJR2019-10-082-5/+5
|/
* corona: check/end leds were wrong way around (nw) hap2019-07-212-5/+2
* Bally pinball by35: More sound improvements and refactoring (#5068) Mike2019-05-171-2/+1
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-262-125/+87
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-182-2/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-7/+7
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-5/+6
* m6801: separate SCI Tx/Rx tick and event logging, fix some missing save state... Vas Crabb2018-04-051-10/+20
* stupid HOLD_LINE (nw) Vas Crabb2018-04-041-2/+8
* m6801.cpp: configurable logging (nw) Vas Crabb2018-04-031-43/+56
* Reshuffle some stuff: Vas Crabb2018-03-281-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-24/+24