summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/scc68070.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -machine/68340.cpp, machine/scc68070.cpp: Don't mess with devcbs in device_st... Vas Crabb2023-06-221-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* scc68070: Revert to use musashi for now, it's very much not a traditional 68000. Olivier Galibert2023-02-221-4/+4
* m68000: New implementation, generated from the micro/nanocode Olivier Galibert2023-02-221-4/+3
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-301-1/+1
* misc/magicard.cpp: Added required devices and default NVRAM contents. (#9970) Paul-Arnold2022-08-181-96/+33
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-9/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* -quizard: Replaced protection HLE with proper MCU hookup. Removed MUP flags. ... Ryan Holtz2020-05-281-3/+13
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* scc68070: Split up internal register block handlers; add some RESET behavior ... AJR2019-09-121-3/+47
* -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy2019-07-241-19/+3
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-171-0/+334