summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pangofun.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-6/+6
* Updated pangofun.c and pcat_dyn.c to use common PC emulation [Mariusz Wojcies... mariuszw12011-02-271-24/+107
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-11/+11
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+161