summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wardner.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-96/+96
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* small formating change, so I can automate things easier (no whatsnew) Miodrag Milanovic2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Clean-ups and version bump Miodrag Milanovic2012-07-301-2/+2
* another cleanup Michaël Banaan Ananas2012-07-191-2/+2
* cleanup Michaël Banaan Ananas2012-07-191-100/+21
* By manually handling the memory mapping, performance is greatly improved in w... Scott Stone2012-07-191-8/+68
* Fix wardner. Aaron Giles2012-05-211-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-5/+5
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-5/+5
* Several more driver regression fixes. Aaron Giles2012-04-151-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+7
* more modernization (no whatsnew) Miodrag Milanovic2012-04-101-15/+15
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+16
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-3/+4
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* More Toaplan input fixes: [Alex Jackson, kanikani] Alex W. Jackson2011-11-021-20/+20
* More Toaplan inputs (no whatsnew) Alex W. Jackson2011-11-011-10/+10
* Start of input ports cleanup in the Toaplan drivers: [Alex Jackson, kanikani] Alex W. Jackson2011-10-291-7/+8
* I've told you more reverts ... Angelo Salese2011-10-231-105/+52
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-52/+105
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* 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-9/+9
* BIG update. Aaron Giles2011-03-291-11/+11
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-6/+7
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-6/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Added MCFG_SCREEN_RAW_PARAMS to twincobr.c and wardner.c, correcting their re... Scott Stone2011-02-031-4/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1