summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segae.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-78/+77
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-4/+4
* Continuing new device implementation for SN76496 and clones - goldstar.c, seg... Scott Stone2012-08-291-4/+16
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-7/+7
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-7/+7
* segae.c: Get rid of ugly strcmps. (nw) Wilbert Pol2012-07-121-30/+124
* New Working Game Added Michaƫl Banaan Ananas2012-06-281-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-5/+5
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+8
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* segae.c: Updated driver to use the implementation from src/emu/video/315_5124... Wilbert Pol2011-12-311-173/+241
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-256/+245
* revert mc-8123 comment 'fix'. (no whatsnew) Jonathan Gevaryahu2011-05-291-3/+2
* more clarification; no whatsnew. Jonathan Gevaryahu2011-05-291-5/+8
* Fixed Sega System E to use xtal.h, fixed mc8123 comment, Jonathan Gevaryahu2011-05-291-9/+11
* Switch SEGA System E to use the SEGAPSG sn764xx variant, Jonathan Gevaryahu2011-05-291-2/+2
* BIG update. Aaron Giles2011-03-291-18/+18
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* divided segacrpt.c in two files, one for the old encryption and one for the n... Nicola Salmoria2010-07-051-2/+2
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-1/+1
* Sega misc wip: Fabio Priuli2010-01-311-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Added new functions: Aaron Giles2009-12-071-3/+1
* Renamed functions: Aaron Giles2009-12-051-6/+6
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7
* > -----Original Message----- Aaron Giles2009-10-211-1/+1
* Cleanups and version bump. Aaron Giles2009-10-041-2/+2
* Renamed hazemd_s files to segamsys, as per Aaron advice... Fabio Priuli2009-10-031-1/+1