summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/balsente.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* balsente.cpp: Remove outdated ACIA hack (sound communications now work better... AJR2020-12-091-14/+0
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-21/+19
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-1/+1
* balsente.cpp: Do banking without memcpy (nw) AJR2018-12-071-9/+13
* balsente.cpp: Start working out 6809 map for triviaes4; eliminate install_rea... AJR2018-12-071-5/+5
* balsente.cpp: Separate emulation (and ROM) of 6VB audio board from driver AJR2018-12-011-312/+5
* devcb3 Vas Crabb2018-07-071-5/+0
* balsente.cpp: Workaround for recent sound regression (nw) AJR2018-06-161-0/+6
* balsente.cpp: Use ACIA devices for sound communication AJR2018-06-141-213/+15
* rescraid: Regression fix (nw) AJR2018-06-121-0/+11
* balsente.cpp: Split NVRAM between two X2212 devices AJR2018-06-111-1/+2
* balsente.cpp: Use 8253 device and clean up names (nw) AJR2018-06-111-302/+58
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert2018-01-021-1/+1
* balsente.cpp: Add 74LS259 latch (nw) AJR2017-09-051-13/+36
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* work this out later, leave disabled for now (nw) David Haywood2016-03-281-2/+24
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1186