summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastduel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-907/+0
* expand on note (nw) David Haywood2015-10-121-1/+2
* new clones David Haywood2015-10-121-1/+38
* new WORKING game David Haywood2015-10-121-2/+2
* added mostly correct sprite rom dumps to Led Storm Rally 2011 (US) [Guru] David Haywood2015-10-121-64/+65
* Revert "Set some screens to ROT270 (nw)" Miodrag Milanovic2015-10-121-2/+0
* Set some screens to ROT270 (nw) Miodrag Milanovic2015-10-111-0/+2
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-8/+8
* Removed comment about visible area in lastduel.c - verified with PCBs system11b2015-07-111-1/+0
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-111-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-9/+0
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-4/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* lastduel.c - One too many zeroes in lastduel's 68000 clock (hi MASH!) -nw- Phil Bennett2013-10-141-1/+1
* -lastduel.c: Various fixes [Phil Bennett] Phil Bennett2013-10-131-27/+32
* modernised YM2203 [smf] smf-2013-05-111-13/+12
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-4/+3
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-10/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* * Fully modernized segahang. Aaron Giles2012-08-101-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* 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-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-12/+12
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-6/+6
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-6/+10
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-2/+2
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* deprecat.h Angelo Salese2011-12-091-15/+12