summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/indigo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* indigo: Fixed indigo3k regression, nw mooglyguy2018-11-191-2/+2
* sgi: Fix some recent regressions, nw mooglyguy2018-11-191-16/+16
* sgi: Various minor fixes and improvements, nw mooglyguy2018-11-181-761/+75
* -hlemouse.cpp: Added support for the SGI Indigo mouse. [Ryan Holtz] mooglyguy2018-11-141-6/+44
* -hlekbd.cpp: Fixed up SGI HLE keyboard mapping. [Ryan Holtz] mooglyguy2018-11-141-23/+42
* -indigo.cpp: Added pattern drawing support to LG1. [Ryan Holtz] mooglyguy2018-11-131-5/+32
* indigo.cpp: Added basic block-draw command for LG1. [Ryan Holtz] mooglyguy2018-11-131-7/+125
* indigo.cpp: Hooked up palette setup for LG1 graphics board. [Ryan Holtz] mooglyguy2018-11-131-6/+174
* -scsicd512.cpp: Added various legacy SCSI CD-ROM devices which support 512-by... mooglyguy2018-11-131-138/+164
* -dp8573.cpp: Added DP8573 Real-Time Clock emulation. [Ryan Holtz] mooglyguy2018-11-121-117/+27
* indigo.cpp: Fix build (nw) AJR2018-11-111-2/+2
* -indigo.cpp; Various changes: [Ryan Holtz] mooglyguy2018-11-111-397/+747
* r3000: call it like it is (nw) Patrick Mackinlay2018-11-061-1/+1
* r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-3/+3
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-3/+3
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* indigo: Fix rom loading [O. Galibert] Olivier Galibert2018-07-291-3/+3
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-9/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-5/+5
* Route sound relative to current device. Vas Crabb2018-05-011-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-22/+25
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+10
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+2
* 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-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* misc fixes (nw) Olivier Galibert2016-06-221-14/+0
* Suppress some unnecessary logerrors in code I wrote, nw therealmogminer@gmail.com2016-05-041-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2
* indigo3k: use ROMX_LOAD for BIOS Vas Crabb2015-12-251-2/+2
* indigo3k: add another BIOS revision, byteswap existing BIOS file to match EPR... Vas Crabb2015-12-241-2/+5
* fix compile and validity fail (nw) David Haywood2015-12-231-1/+1
* - SGI: Added R3000 IRIS Indigo skeleton. [MooglyGuy, Jan-Jaap] therealmogminer@gmail.com2015-12-231-0/+640