summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/tigeroad.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tigeroad.cpp: enabled save state support, minor cleanups (nw) Ivan Vangelista2020-07-061-6/+6
|
* drivers starting with t, u, v, w and most of drivers starting with x: ↵ Ivan Vangelista2020-06-161-3/+3
| | | | removed read* and write* macros (nw)
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-3/+3
|
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-5/+5
|
* Renamed flipendian -> swapendian, as I spent minutes trying to find the ↵ mooglyguy2018-11-051-1/+1
| | | | functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw
* decap + dump f1dream I8751 MCU [Caps0ff] (#3467) David Haywood2018-04-171-121/+0
| | | | | | | | | | | | * decap + dump f1dream I8751 MCU [Caps0ff] hookup dumped MCU to f1dream [David Haywood] some connections might need verifying on the PCB, this is based on study of the code machines promoted to WORKING F-1 Dream [Caps0ff, David Haywood] * formatting (nw)
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2
|
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
|
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
|
* probably no lane select (nw) Vas Crabb2017-01-291-3/+2
|
* Hook up protection MCU in bballsa, add to parent set as BAD_DUMP. Vas Crabb2017-01-281-43/+14
| | | | | | | (nw) Uses a similar scheme to pushman, but doesn't use port D on the MCU, and uses the same endianness for MCU reads/writes (pushman swaps the bytes on writes). As an aside, bballs has at least partial nudity in it as seen in attract mode, although less than bballsa.
* pushman: better understanding of how CPU reads MCU data/status Vas Crabb2017-01-171-50/+48
| | | | | | | | bballs: simplify protection MCU simulation using pushman hookup as a guide (nw) bballs appears to use a simpler single-word arrangement for messages from CPU to MCU, perhaps so it can use a 28-pin MCU (pushman MCU receives the command byte on port D, which the 28-pin parts lack)
* tstrike, ddungeon, darktowr: use new MC68705P3 core Vas Crabb2017-01-161-36/+52
| | | | | | | | tigeroad.cpp: cleanup and modernisation * split out bballs and pushman state classes * use new MC68705R3 core for pushman (this one uses port D - another test case) * make pushman MCU hookup believable (internal registers can't be in shared RAM) * use derived memory maps rather than installing handlers in init members
* More gen_latch (nw) Ivan Vangelista2016-05-201-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+214