summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* subsino.c: hopper emulation in stisub, smoto and clones [Luca Elia] Luca Elia2013-01-121-86/+335
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-229/+229
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-32/+32
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-41/+43
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-47/+47
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-37/+46
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-7/+7
* Fix most remaining regressions. Aaron Giles2012-04-191-6/+6
* Fix most reported errors. Aaron Giles2012-04-161-6/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-14/+14
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+2
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-22/+22
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-22/+22
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-27/+36
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-129/+131
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-56/+56
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-66/+66
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-35/+35
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-13/+8
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-9/+9
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-16/+16
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* subsino.c: moved decryption to machine/subsino.c Luca Elia2011-04-101-94/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-162/+162
* BIG update. Aaron Giles2011-03-291-43/+43
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-163/+206
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-8/+8
* seta2.c update: [Luca Elia] Luca Elia2011-02-271-15/+103
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+9
* bishjan.c update [Luca Elia] Luca Elia2011-01-071-142/+0
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-112/+112
* Cleanups and version bump. Aaron Giles2010-10-141-2/+2
* Improvements to Subsino driver. [Roberto Fresca] Roberto Fresca2010-10-131-14/+385
* new working game Angelo Salese2010-10-091-0/+79
* Haze: use the right gfxdecode for mtrain (not worth) Angelo Salese2010-09-241-12/+64
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-5/+5
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-16/+14
* Added Magic Train, from Subsino. Roberto Fresca2010-07-301-2/+70
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-19/+19