summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcxt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* 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-103/+103
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-69/+69
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-112/+150
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* Fix regressions. Aaron Giles2010-09-181-0/+4
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-2/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* 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-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* pit8253: Updated to use devcb calls, cleanups Dirk Best2010-02-251-8/+6
* pic8259: updated to use devcb calls Dirk Best2010-02-241-10/+9
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+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-4/+4
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Inverted DACK polarity since it wasn't working in MESS PC driver. Curt Coder2009-11-111-4/+9
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-081-22/+23
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-2/+2
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-2/+2
* Made the 8237 dma controller emulation more accurate by implementing it as a ... Wilbert Pol2009-06-131-4/+13
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-6/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Demoted some games to have the GAME_NOT_WORKING flag: Angelo Salese2009-03-191-2/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-19/+19
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+6
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-8/+8
* Renamed filetto.c to pcxt.c and made several improvements to the driver [Ange... Angelo Salese2009-01-091-0/+1071