summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gen_fifo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related ↵ AJR2022-01-261-1/+1
| | | | callbacks
* vf: More fixes, works even worse, it's getting annoying (nw) Olivier Galibert2019-12-221-0/+6
|
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-2/+2
| | | | | | | | | | finder. This works outside machine configuration context so the workarounds in ATA HLE and MSX slots are no longer necessary. It also allows reduction in tag repetition in machine configuration (see converted osborne1.cpp, zorba.cpp or the more extreme tranz330.cpp). Allow reimagined device instantiation to take a device finder based on current device being configured to reduce repetition (see tranz330.cpp).
* srcclean (nw) Vas Crabb2018-04-221-2/+2
|
* fix for building with Visual Studio (nw) smf-2018-04-071-1/+1
|
* Why isn't gcc bitching on that one? (nw) Olivier Galibert2018-04-051-1/+0
|
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-051-0/+201
model1: Use the real 315-5573 Virtua Racing coprocessor program [Team Caps0ff] model2: Rewamp the coprocessors communications [O. Galibert]