summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_dyn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* BIG update. Aaron Giles2011-03-291-8/+8
* 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
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-7/+7
* Updated pangofun.c and pcat_dyn.c to use common PC emulation [Mariusz Wojcies... mariuszw12011-02-271-444/+47
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* - Moved IPT_KEYBOARD -> IPT_KEYPAD for MAME systems not using full keyboard_i... Miodrag Milanovic2011-01-051-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* 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-3/+3
* 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
* Fixed some CMOS errors in Tournament Solitaire, not worth mentioning Angelo Salese2010-06-091-2/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* 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/+8
* Tournament Solitaire (pcat_dyn) improvements [luigi30]: Phil Bennett2009-11-091-5/+34
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-081-48/+50
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-3/+3
* New games marked as GAME_NOT_WORKING Phil Bennett2009-10-251-0/+550