summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_nit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added two new parameters to PC_VGA_INTERFACE, now you have to explicitly defi... Angelo Salese2011-12-091-0/+2
* Let's default VGA to colour, okay? Angelo Salese2011-12-061-1/+3
* Fixed rom mapping and added nvram in pcat_nit.c. Some mini-games in streetg(2... mariuszw12011-11-181-26/+55
* Refactored the INS8250 interrupt line to use devcb. [Curt Coder] Curt Coder2011-06-141-2/+2
* Placed in a MESS version of pc_vga (no whatsnew) Miodrag Milanovic2011-05-281-1/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-3/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-13/+13
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* 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-4/+15
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-2/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+6
* 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-5/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+0
* Moved some common PC code to machine/pcshare.c [Mariusz Wojcieszek] mariuszw12010-06-051-222/+17
* pcat_nit.c update [Mariusz Wojcieszek] mariuszw12010-06-051-283/+137
* pit8253: Updated to use devcb calls, cleanups Dirk Best2010-02-251-5/+8
* pic8259: updated to use devcb calls Dirk Best2010-02-241-10/+7
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* 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-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-32/+31
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Made the 8237 dma controller emulation more accurate by implementing it as a ... Wilbert Pol2009-06-131-8/+17
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-6/+6
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-10/+16
* Added new redumped roms from Smitdogg. Angelo Salese2009-03-191-14/+14
* Cleanups and version bump. Aaron Giles2009-03-191-5/+5
* Got to actual game ROM reading in Street Games II Angelo Salese2009-03-191-7/+28
* fixed left-over bug Angelo Salese2009-03-181-1/+1
* New games marked as GAME_NOT_WORKING Angelo Salese2009-03-181-8/+212
* New games marked as GAME_NOT_WORKING Angelo Salese2009-03-181-0/+509