summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-36/+36
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-21/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-46/+41
* Made timer_device use delegates (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+20
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-30/+30
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-9/+9
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-98/+82
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-26/+26
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-62/+59
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-33/+33
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* 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
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* deprecat.h, also MT #4356 Angelo Salese2011-12-071-15/+13
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-0/+2
* Small note change Angelo Salese2011-11-101-1/+1
* Some bug-fixes Angelo Salese2011-11-091-6/+5
* Implemented FRC hook-up to Sega System 24 HW, fixes missing SFXs to Bonanza B... Angelo Salese2011-11-091-31/+20
* Bonanza Bros. with correct SFX, lesse if nothing get broken (obviously going ... Angelo Salese2011-11-091-17/+73
* Placeholder, nw Angelo Salese2011-11-081-0/+12
* How about a GIS for Bonanza Bros.? nw Angelo Salese2011-11-061-2/+3
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-162/+143
* segas24: Start untangling the Vogon poetry Atari Ace left is his wake. Olivier Galibert2011-04-171-325/+482
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-172/+172
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-93/+93
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-214/+236
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-11/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* 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
* 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