summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/gkracker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ti99: Further cleanups, removed casts. Michael Zapf2024-03-311-44/+19
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-10/+15
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+4
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+8
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+3
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-181-2/+2
* More purging of now-superfluous uintptr_t casting (nw) AJR2019-08-151-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* uintptr_t ftw (nw) smf-2019-08-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-6/+6
* ti99: Kill some more MCFGs. (nw) Michael Zapf2018-08-211-3/+4
* ti99: Removed deprecated function calls, simplified GROM access, added logmac... Michael Zapf2018-06-301-18/+23
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-8/+3
* ti99: Created bus gromport, split monster file gromport Michael Zapf2017-05-251-0/+473