summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/sr/gt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 8530scc: retire legacy device Patrick Mackinlay2025-01-141-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* interpro: correct function signature Patrick Mackinlay2021-02-151-1/+1
* fix several genuine issues found by coverity Patrick Mackinlay2021-01-061-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-14/+14
* devices/bus/interpro/sr/gt.cpp, src/mame/machine/interpro_ioga.cpp: initializ... Ivan Vangelista2020-06-041-0/+1
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-201-1/+1
* bus/interpro: minor tidy (nw) Patrick Mackinlay2019-10-241-0/+6
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-6/+6
* z80scc: Read/write handler cleanups (nw) AJR2019-06-121-1/+1
* interpro: cleanup + more graphics (nw) Patrick Mackinlay2018-08-221-510/+746
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-071-33/+34
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-55/+55
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-251-9/+9
* gt: don't write out of bounds (nw) Olivier Galibert2018-05-161-2/+3
* oops (nw) Olivier Galibert2018-05-161-1/+1
* interpro: pass more diag stuff (nw) Olivier Galibert2018-05-161-37/+59
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-151-154/+203
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-68/+71
* interpro: fix rom checksum Patrick Mackinlay2018-02-261-1/+1
* interpro: graphics improvements (#3263) Patrick Mackinlay2018-02-231-72/+1239
* Fixes (nw) Olivier Galibert2018-02-121-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* gt: minor cleaning (nw) Patrick Mackinlay2017-10-231-19/+19
* bus: tidy and formatting (nw) Patrick Mackinlay2017-10-231-24/+18
* interpro: expansion bus/slots and keyboard Patrick Mackinlay2017-10-231-0/+199