summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calchase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-121-9/+16
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-39/+39
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-56/+83
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* - Moved IPT_KEYBOARD -> IPT_KEYPAD for MAME systems not using full keyboard_i... Miodrag Milanovic2011-01-051-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-16/+16
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-3/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* pit8253: Updated to use devcb calls, cleanups Dirk Best2010-02-251-8/+6
* pic8259: updated to use devcb calls Dirk Best2010-02-241-13/+9
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-16/+16
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Inverted DACK polarity since it wasn't working in MESS PC driver. Curt Coder2009-11-111-4/+8
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-081-34/+33
* Made the 8237 dma controller emulation more accurate by implementing it as a ... Wilbert Pol2009-06-131-6/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-5/+5
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Cleanups and version bump. Aaron Giles2009-03-191-7/+7
* Some really basic California Chase framebuffer emulation. Angelo Salese2009-03-191-3/+29
* Another step for California Chase... Angelo Salese2009-03-171-8/+182
* Added basic device hook-up for California Chase. Angelo Salese2009-03-171-14/+374
* New games marked as GAME_NOT_WORKING Angelo Salese2009-03-171-0/+147