summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+21
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-9/+12
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-23/+24
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-46/+47
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-11/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Two completely different definitions of class sms_state being linked in was n... Scott Stone2012-02-161-14/+14
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* 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-38/+38
* BIG update. Aaron Giles2011-03-291-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-42/+60
* (game descriptions consistency: "Set" -> "set") Michaël Banaan Ananas2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* 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-5/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-4/+4
* Cleanups and version bump. Aaron Giles2010-01-161-34/+34
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* New games added or promoted from NOT_WORKING mariuszw12010-01-061-0/+51
* Last round of fixups based on Tafoid's regression list. Aaron Giles2009-12-221-3/+5
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+1
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-55/+55
* New games added or promoted from GAME_NOT_WORKING status Aaron Giles2009-01-151-0/+862