summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/z80ne.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-694/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-14/+7
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-28/+32
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* z80ne: cleanup Robbbert2020-08-051-72/+65
* drivers starting with y and z: further removal of READ and WRITE macros (nw) Ivan Vangelista2020-05-221-14/+12
* more macro removal (nw) Ivan Vangelista2020-05-191-1/+1
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-2/+2
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-1/+1
* -z80ne.cpp: Split further into subclasses, removed MACHINE_START_OVERRIDE and... mooglyguy2019-12-201-59/+28
* (nw) Clean up the mess on master Vas Crabb2019-03-261-8/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+8
* ay31015: Remove baud clock generation from device emulation (not a built-in U... AJR2019-02-101-8/+8
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-3/+0
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-10/+10
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-16/+16
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-16/+16
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* z80ne.cpp: Separate z80netf base class; use output finders (nw) AJR2018-04-041-17/+20
* kr2376: Added keyboard matrix callbacks. Nigel Barnes2018-03-061-13/+23
* z80ne: New-style UART handlers; add notes (nw) AJR2018-03-041-37/+28
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-21/+21
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+27
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-2/+3
* z80ne: kill direct update handler Dirk Best2017-01-071-54/+19
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-9/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-5/+5
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-5/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+770