summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/horizon.cpp
Commit message (Expand)AuthorAgeFilesLines
* dinvram: Separate backup-enable parameter (which prevents both loading and sa... AJR2022-08-091-1/+1
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-10/+12
* 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
* ti99: Prevent NVRAM to be overwritten when settings need to be restored. (nw) Michael Zapf2020-11-211-0/+16
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* ti99: Reimplementation of the Horizon RAMdisk card with all config options of... Michael Zapf2020-11-141-336/+439
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-10/+8
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-181-2/+2
* geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... Michael Zapf2019-12-271-26/+20
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-11/+6
* ti99: Modernized logging. (nw) Michael Zapf2018-08-111-17/+22
* 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-6/+1
* ti99: Architectural cleanup for slot devices; constant renaming Michael Zapf2017-06-081-2/+3
* ti99: Wrapped into namespaces; minor rearrangement Michael Zapf2017-05-231-1/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-0/+494