summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calchase.c (follow)
Commit message (Collapse)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
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* 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
| | | another minor comment change (nw)
* Minor comment fixes (nw) Stiletto2015-01-081-0/+3
| | | Minor comment fixes (nw)
* 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
| | | | | | | | * Implemented missing DIP switch for Eggs Playing Chicken, promote to working. Press "S" to skip the CMOS error, "S" or wait to skip the emm386.exe error (not an emulation issue), use "Coin 2" to coin-up and start the game, and "1 Player Start" to brake. calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c, voyager.c, xtom3d.c: [Peter Ferrie] * Intel component is not MXTC, it's MTXC.
* 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
| | | | | | | | | ------------------------------- Eggs Playing Chicken [Tafoid, R. Belmont] nw: skip the emm386 warning and this boots into what looks like the title screen from the flyer except the VGA mode/stride are screwy. VGA experts, please take a look :)
* New games added as GAME_NOT_WORKING R. Belmont2014-08-241-3/+59
| | | | | | | | | ----------------------------------- Host Invaders [R. Belmont] nw: There's no party like a Kyle Hodgetts party!
* pic8259: remove trampolines (nw) cracyc2014-04-231-1/+1
|
* Replaced set_irq_acknowledge_callback with proper ↵ Miodrag Milanovic2014-04-231-2/+1
| | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
| | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely
* Copyright update. Please let me know if there's a blank and you would like ↵ Angelo Salese2013-10-151-0/+2
| | | | to fill it somehow, not going to force it for now. I've surely missed some drivers, but for now that's enough.
* 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 ↵ smf-2013-06-191-5/+5
| | | | register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw)
* 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 ↵ smf-2013-06-081-31/+5
| | | | everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf]
* 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
| | | | from pcat_base_state [Carl]
* 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 ↵ Miodrag Milanovic2013-04-191-2/+2
| | | | removal of not used macros (nw)
* more cleanup (nw) Miodrag Milanovic2013-04-191-1/+0
|
* removed some duplicated and not used code for pc keyboard and moved stuff ↵ Miodrag Milanovic2013-04-191-9/+0
| | | | needed for xt keyboard on proper place (nw)
* 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 ↵ Miodrag Milanovic2013-03-201-10/+8
| | | | also use am9517a device now (no whatsnew)
* 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
| | | | | | | | | | | | | | | | | | | | | | | | - add support for keyboard enable command - add support for keyboard reset command idectrl.c [Peter Ferrie] - correct status flags for multi-sector reads - implement more correct controller reset values - fix phantom slave drive detection problem calchase.c [Peter Ferrie] - corrected memory map to 64kb blocks - corrected access to PAM register - removed execution hack queen.c [Peter Ferrie] - split BIOS region into 64kb blocks - implement missing PAM registers - remove unused PAM regions savquest.c [Peter Ferrie] - split BIOS region into 16kb blocks - implement missing PAM registers - correct slave_ack configuration member declaration
* 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 ↵ smf-2012-10-261-1/+1
| | | | MCFG_IDE_CONTROLLER_ADD add the ide controller after the slots (nw)
* 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 ↵ Miodrag Milanovic2012-10-011-9/+5
| | | | future (no whatsnew)
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ↵ Miodrag Milanovic2012-09-301-2/+4
| | | | memory needed for some models (no whatsnew)
* Made Cirrus just another vga implementation, and removed a need for ↵ Miodrag Milanovic2012-09-301-1/+1
| | | | additional parameter (no whatsnew)