summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes part 4 (no whatsnew) R. Belmont2011-05-301-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-10/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-121/+121
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-17/+17
* BIG update. Aaron Giles2011-03-291-107/+107
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-25/+25
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-18/+18
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-31/+6
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-163/+188
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-66/+66
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-5/+8
* minor update to Sega System32 rom renaming. Brian Troha2010-11-271-2/+2
* Corrected several rom names in the Sega System32 driver. Most notably the co... Brian Troha2010-11-261-423/+433
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* 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-7/+6
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Slip Stream Michaƫl Banaan Ananas2010-07-061-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+10
* Cleanups and version bump. Aaron Giles2010-05-051-9/+9
* modified segas32 to use callbacks for output instead of a huge switch stateme... Fabio Priuli2010-04-261-237/+211
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-2/+258
* segas32.c: Fixed Stadium Cross inputs [MASH] Fabio Priuli2010-02-181-8/+8
* 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
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-2/+2
* 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-8/+8
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+2
* Updated segas32, simpl156, seibuspi, ssv, and stlforce to use eeprom device. Aaron Giles2009-12-241-99/+57
* Fixed recent regression reports. Aaron Giles2009-12-231-0/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Clean up initialization, timer usage, memory management in several Aaron Giles2009-12-181-8/+10
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-40/+40
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-19/+19