summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/geneve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* geneve: Added VRAM selection 128K/192K; using logmacro Michael Zapf2018-01-141-0/+5
* tms9995: Fixed READY check on RESET (auto-waitstate) Michael Zapf2017-12-231-1/+3
* ti99: Architectural cleanup for slot devices; constant renaming Michael Zapf2017-06-081-34/+32
* ti99: Added console connector "ioport" with PEB as slot option Michael Zapf2017-05-251-1/+1
* ti99: Wrapped into namespaces; minor rearrangement Michael Zapf2017-05-231-17/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+16
* ti99/geneve: Bus mouse now a separate device, may also be used with evpc. Michael Zapf2017-03-191-29/+18
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* ti99: Fixed save state, declared MACHINE_SUPPORTS_SAVE Michael Zapf2016-11-041-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* ti99: State save capability. Not yet fully stable, but basically working. Michael Zapf2016-09-231-7/+15
* ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output Michael Zapf2016-08-081-29/+33
* ti99: Unwrapped sound access Michael Zapf2016-04-031-6/+6
* tms9995: Changed method names for some input lines Michael Zapf2016-03-311-4/+4
* ti99/geneve: Removed legacy v9938 configuration. Michael Zapf2016-01-231-6/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+766