summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/konicdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleaned up again ...mame0143u7 Angelo Salese2011-10-101-4/+4
* konami 56832: fixed scrollmode 2 for flipped screen [Roberto Zandona'] Roberto Zandona2011-10-101-3/+25
* reverted my previous fix; it's wrong Roberto Zandona2011-09-291-12/+0
* 02448: lethalen: External' rowscroll not hooked up correctly (1st attract lev... Roberto Zandona2011-09-291-3/+3
* blswhstl: fixed screen size and zoom [Roberto Zandona'] Roberto Zandona2011-09-251-2/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-8/+8
* GCC 4.6 "Variable assigned but not used" fixes part 2 (no whatsnew) R. Belmont2011-05-301-2/+3
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-583/+1
* Using ROM_COPY instead of multiple of the same ROM_LOAD, nwn Ryan Holtz2011-05-241-3/+8
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-30/+8
* Moved k053252 emulation into a separate file, nw Angelo Salese2011-05-151-244/+0
* Added offset param kludge for the CCU, and hooked it up to several other game... Angelo Salese2011-05-151-7/+14
* Hooked up irq line handlers, and removed an hack for Hexion, nw Angelo Salese2011-05-151-3/+19
* Implemented a preliminary Konami k053252 device emulation, adds accurate refr... Angelo Salese2011-05-151-1/+49
* More documentation ... Angelo Salese2011-05-131-4/+58
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-10/+5
* konicdev: Try interpreting the values in a GX fashion. [O. Galibert] Olivier Galibert2011-05-101-13/+32
* Added Xexex, useful especially because we have proper screen raw params Angelo Salese2011-05-101-0/+3
* Heuristic table for the 053252, nw Angelo Salese2011-05-101-0/+17
* Made k051733 RNG to behave like an adder, improves pseudo-random events in Fa... Angelo Salese2011-05-011-3/+6
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-11/+6
* Fixed protection read-back registers 0x07 and 0x0e / 0x0f in k051733 math chi... Angelo Salese2011-04-291-9/+9
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-15/+15
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-3/+3
* Apparently Acho used the hammer instead of the screwdriver here ... Angelo Salese2011-04-131-1/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-21/+21
* BIG update. Aaron Giles2011-03-291-213/+213
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* (contra cpu note) Michaël Banaan Ananas2011-03-191-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-119/+119
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-74/+74
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* running_device -> device_t Aaron Giles2010-12-311-132/+132
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-12/+12
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-17/+0
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+24
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-165/+122
* kongambl: Support unpaged 056832 VRAM access [R. Belmont] R. Belmont2010-05-301-0/+34
* kongambl.c updates: [R. Belmont] R. Belmont2010-05-291-0/+30
* oops, prev commit was accidently removed Michaël Banaan Ananas2010-05-171-1/+3
* Konami devices: Fixed sprite Z code rejection regression (hap) Michaël Banaan Ananas2010-05-171-4/+2
* documentation: made note of konamiic tmnt2 and metamrph high priority shadows... Michaël Banaan Ananas2010-05-171-1/+3
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-3/+3
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+4