summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-325/+325
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-9/+10
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-7/+7
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-14/+14
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-17/+17
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-46/+47
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Promoted brickzn to playable state [Luca Elia] Luca Elia2012-09-091-1/+6
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-7/+7
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-16/+23
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-7/+7
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-5/+9
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Fixed #04778: bishjan, mtrain, wtrnymph: Crash before OK Scott Stone2012-04-271-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-7/+7
* Fix most remaining regressions. Aaron Giles2012-04-191-3/+3
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-21/+21
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-21/+21
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-4/+7
* Modernized ticket dispenser device. Aaron Giles2012-04-101-3/+3
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-313/+316
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-88/+88
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-91/+91
* 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-21/+21
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+5
* 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-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-14/+8
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* (Finally found the time to finish this....) Aaron Giles2011-05-301-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-46/+213
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-137/+137
* BIG update. Aaron Giles2011-03-291-127/+127
* 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-1/+1
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-144/+305
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-48/+48
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Renamed bishjan.c to subsino2.c [Luca Elia] Luca Elia2011-01-291-0/+2435