summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/geneve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* geneve: Add support for new SID Master card. Michael Zapf2020-09-021-7/+25
* ti99: Remove include file ti99defs.h Michael Zapf2020-06-201-12/+15
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-4/+4
* geneve: Improved logging; some minor changes. (nw) Michael Zapf2019-12-271-24/+31
* genene: Fix PFM regression from last rewrite (nw) Michael Zapf2019-12-271-4/+12
* geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... Michael Zapf2019-12-271-353/+744
* geneve: Add PC KBD connector; allow for using XT keyboards in place of the cu... Michael Zapf2019-09-171-34/+69
* ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly... Michael Zapf2019-08-141-64/+18
* tms9901: Changed input line reading from 8-bit units to single bits, adapted ... Michael Zapf2019-05-151-62/+101
* tms99xx: Combine DBIN/IAQ operation with setaddress, no need for separate cal... Michael Zapf2019-04-131-10/+0
* tms99xx/ti99: Change setaddress handling (write operation, including DBIN sta... Michael Zapf2019-04-011-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-25/+26
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+25
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-6/+9
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-12/+12
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-6/+3
* ti99: Fixed cassette instabilities, caused by improper timer usage; introduce... Michael Zapf2019-02-121-1/+2
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* ti99: Adapting to common devcb3 slot device handling. (nw) Michael Zapf2018-08-201-2/+2
* ti99: Minor config changes, simplified ti99 config, use new cassette output. Michael Zapf2018-08-191-1/+1
* ti99: Further devcb3 works (nw). Michael Zapf2018-08-181-15/+20
* tms99xx: Various devcb3 updates. (nw) Michael Zapf2018-08-181-7/+6
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-7/+2
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. Michael Zapf2018-08-141-17/+19
* ti99: devcb3 for the slot devices (nw) Michael Zapf2018-08-131-11/+17
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-1/+8
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-4/+7
* geneve: Using bios selection; split genmod as a separate driver Michael Zapf2018-06-101-81/+97
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* 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