summaryrefslogtreecommitdiffstats
path: root/docs/release/src/hbmame/drivers/kof2002.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-20 12:03:01 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-20 12:03:01 +1000
commit68139508715a0375e657add4197582271ef446ec (patch)
tree690607816a7ee3c6390b4ef91639290063fb95e6 /docs/release/src/hbmame/drivers/kof2002.cpp
parent5f19e51bc508355d2f14169e70bcb65442a6e22b (diff)
(nw) fixed the build. The compiler complained about the 2nd usage but not the first. *shrug*
Diffstat (limited to 'docs/release/src/hbmame/drivers/kof2002.cpp')
0 files changed, 0 insertions, 0 deletions
-05-04 20:53:19 +0200'>2020-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 * Add second timer output comparator and associated status register to the HD63... AJR2020-03-161-38/+240 * spdodgeb: Replace protection simulation with emulation of HD63701Y0 MCU AJR2020-03-131-6/+22 * m6801: Add preliminary HD6301X internal register map (nw) AJR2020-03-131-2/+36 * m6801: Add DDRs as mask for port output callbacks; implement more HD6301X wei... AJR2020-03-131-13/+26 * m6801: Fixes and improvements AJR2020-03-131-5/+120 * m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-121-399/+389 * m6801: Add MC6803E and HD6303X types (nw) AJR2020-03-021-0/+17 * that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-081-6/+6 * 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-081-2/+2 |/ * corona: check/end leds were wrong way around (nw) hap2019-07-211-1/+1 * 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-261-92/+69 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1 * 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 * don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-8/+8 * Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6 * Grammar police (nw) Olivier Galibert2018-02-241-9/+9 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * m6800, m6801: Error logging fixups (nw) AJR2018-01-041-24/+24 * Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-45/+45 * Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-26/+26 * dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-16/+8 * More bizarre and inexplicable typos (nw) AJR2017-09-281-1/+1 * make device_memory_interface slightly less of a special case, use a typedef t...