summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cps1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cps1.cpp')
-rw-r--r--src/mame/drivers/cps1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps1.cpp b/src/mame/drivers/cps1.cpp
index 20255620a2d..9875716458f 100644
--- a/src/mame/drivers/cps1.cpp
+++ b/src/mame/drivers/cps1.cpp
@@ -3367,7 +3367,7 @@ ROM_END
LW-07 @ 10G
Also known to have LW-13 @ 10D instead of LW_25.10C, LW_26.10E, LW_27.11C & LW_28.11E
-
+
OTHER:
2 PALs labeled LW621 (near LW_1.2A) and LWI0 (near LW_00.13C)
Custom chip - CAPCOM CPS-B-01 (QFP160)
/tr> * drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-12/+12 * more macro removal (nw) Ivan Vangelista2020-05-191-4/+4 * input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1 * (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1 * (nw) spc1000 : fixed cassette save Robbbert2019-06-071-2/+5 * (nw) spc1000 : small cleanup Robbbert2019-06-021-15/+9 * (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+28 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-28/+24 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-7/+7 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1 * output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-4/+7 * magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+5 * mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) AJR2019-01-191-7/+8 * ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-4/+4 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+4 * acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-2/+1 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * (nw) few more cleanups Robbbert2017-10-071-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4 * Self-registering devices prep: Vas Crabb2017-02-271-3/+7 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10 * remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1 * spc1500.cpp: added a cassette software list with some etabeta782016-05-131-0/+1 * Super-80: another 6 software items; turned down the cassette volume on some o... Robbbert2016-05-071-1/+1 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * [spc1000] cassette tape motor fixed for working properly Miso Kim2016-01-141-11/+6 * Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2 * auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2 * [spc1000] Using timing difference for cassette deck motor on/off Miso Kim2015-12-141-7/+8 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2 * clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1