summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/berzerk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-21/+24
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-12/+12
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+21
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-9/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Add assertions to catch situations where AM_SHARE is used twice. Aaron Giles2012-04-121-4/+4
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-4/+4
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* Forgot to remove comments, again (no whatsnew) Miodrag Milanovic2012-04-111-1/+0
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-9/+11
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-83/+91
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-14/+14
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* berzerk.c: Correct sound/voice rom labels and add a note about it. Brian Troha2011-10-271-30/+49
* 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-66/+66
* BIG update. Aaron Giles2011-03-291-48/+48
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-72/+96
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* Fixed array bounds problems found by GCC 4.5.x [qmc2, R. Belmont] R. Belmont2010-12-041-1/+1
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-3/+3
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5