summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calchase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-789/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* credit the drivers with meaningful work (nw) Peter Ferrie2015-05-161-1/+1
* Added resto for Kale, these are BSD3 (nw) Miodrag Milanovic2015-05-121-1/+1
* another minor comment change (nw) Stiletto2015-01-081-1/+6
* Minor comment fixes (nw) Stiletto2015-01-081-0/+3
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-1/+1
* calchase: use larger nvram (nw) cracyc2014-11-021-0/+6
* calchase: map Trident memory clock, video clock and LUTDAC registers mahlemiut2014-10-261-2/+2
* calchase.c: [Peter Ferrie] Scott Stone2014-10-181-28/+26
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-10/+9
* pc_vga: moved trident VGA device into its own source file (no whatsnew) mahlemiut2014-09-081-0/+1
* Games added as GAME_NOT_WORKING R. Belmont2014-08-251-0/+17
* New games added as GAME_NOT_WORKING R. Belmont2014-08-241-3/+59
* pic8259: remove trampolines (nw) cracyc2014-04-231-1/+1
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw) smf-2013-06-231-3/+3
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-5/+5
* Allow more than one ide controller on the same device [smf] smf-2013-06-121-1/+1
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-31/+5
* moved handlers into the ide_controller_device (nw) smf-2013-06-061-4/+4
* pcshare: make all the common pc hardware in various pc based drivers inherit ... cracyc2013-05-291-268/+33
* Cali Chase correction Angelo Salese2013-05-261-1/+1
* Mumbo-jumbo crediting crap Angelo Salese2013-05-261-3/+3
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-18/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-10/+10
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+2
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-2/+2
* more cleanup (nw) Miodrag Milanovic2013-04-191-1/+0
* removed some duplicated and not used code for pc keyboard and moved stuff nee... Miodrag Milanovic2013-04-191-9/+0
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-19/+15
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+2
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-5/+7
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-4/+4
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-10/+8
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-3/+3
* Modernization of drivers part 22 (no whatsnew) Miodrag Milanovic2013-02-131-9/+9
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* 8042kbdc.c [Peter Ferrie] Scott Stone2013-01-051-30/+41
* Added IDE interface to Photo-Play Angelo Salese2012-11-301-9/+0
* hooked up ide irq straight to the 8259 (nw) smf-2012-10-311-7/+1
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL... smf-2012-10-261-1/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-12/+5
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-9/+5
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-2/+4
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1