summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/39in1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-7/+7
* 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-84/+84
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-243/+243
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-15/+15
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-8/+8
* 39in1: Fix to work with newer ARM7 cores [Tim Schuerewegen] R. Belmont2011-01-011-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-12/+12
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-22/+28
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-32/+33
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* last round of company name cleanups for now Michaƫl Banaan Ananas2010-05-221-3/+3
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-2/+2
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Converted the following drivers to use driver_data structs: [Atari Ace] Phil Bennett2010-01-251-441/+536
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-7/+7
* Converted powerbal, 39in1, and cave.c to eeprom device. Aaron Giles2009-12-251-36/+15
* Cleanups and version bump. Aaron Giles2009-10-041-4/+4
* New games marked as GAME_NOT_WORKING R. Belmont2009-10-011-9/+34
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-17/+17
* Added preliminary sound to 39in1, still buggy. [MooglyGuy] Ryan Holtz2009-08-031-51/+106
* 39in1 updatemame0133u1 R. Belmont2009-08-021-8/+13
* Cleanups and version bump. Aaron Giles2009-08-021-64/+64
* 39in1 updates: [R. Belmont, MooglyGuy] R. Belmont2009-08-021-97/+285
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-2/+2
* 39in1: Fixed EEPROM byte order on load so ID check passes. R. Belmont2009-07-311-1/+1
* Fixed LCD DMA behavior in 39in1. [MooglyGuy] Ryan Holtz2009-07-301-47/+129
* Commenting out a driver I didn't mean to enable. No whatsnew. Ryan Holtz2009-07-271-3/+3
* Hooked up 93C66 EEPROM in 39in1. [MooglyGuy] Ryan Holtz2009-07-271-8/+23
* Improved PXA255 DMA controller emulation. [MooglyGuy] Ryan Holtz2009-07-271-428/+455
* Fixed FBARx register accesses to wait until the current DMA transfer has comp... Ryan Holtz2009-07-251-61/+213
* Fleshed out some Intel PXA255 peripherals. 39in1 now kicks off a palette DMA... Ryan Holtz2009-07-251-13/+942
* ARM7 updates: R. Belmont2009-07-211-32/+9
* ARM7 updates [R. Belmont, Ryan Holtz] R. Belmont2009-07-161-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1