summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arcadia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-843/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+842
* rename of driver files to make names unique (nw) Miodrag Milanovic2015-09-301-1004/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* changes for Ernesto Corvi (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
* amiga: use memarray for chip RAM and regular array for custom registers (inst... Alex W. Jackson2014-10-191-1/+1
* Amiga: Fix some MAME issues Dirk Best2014-05-211-8/+1
* Oops, fix MAME Dirk Best2014-05-171-4/+3
* Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of Dirk Best2014-05-131-124/+92
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-8/+8
* 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) Curt Coder2014-03-251-27/+10
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-2/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* it can probably be considered working now, same credits as before (nw) David Haywood2014-02-021-9/+26
* improvements (nw) David Haywood2014-02-021-3/+8
* new NOT WORKING David Haywood2014-02-021-8/+43
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+2
* new arcadia bios sets [Unigame] David Haywood2013-11-171-2/+11
* new working game David Haywood2013-11-171-0/+27
* new WORKING game David Haywood2013-11-171-1/+14
* New Working Game David Haywood2013-11-161-0/+20
* arcadia.c: Correct driver inits for 2 Leader Board sets. This gets v2.4 and v... Brian Troha2013-04-261-14/+14
* arcadia.c: Added the SEC-SCPA pal dump used on Magic Johnson's Fast Break and... Brian Troha2013-04-261-2/+11
* start to modernize (nw) David Haywood2013-04-051-3/+4
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-2/+2
* new clone added Brian Troha2013-03-241-29/+57
* arcadia.c: Verified and corrected rom names for Arcadia Leader Board v2.4 [Ke... Brian Troha2013-02-241-71/+79
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-5/+5
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-23/+24
* further reductions in amiga (nw) David Haywood2013-01-271-5/+5
* thinking about it these must be hashlookups too, we were converting the param... David Haywood2013-01-271-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-24/+24
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... Curt Coder2012-10-041-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* 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-3/+3
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-4/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-13/+22
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-19/+19
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-9/+10
* airh parent-clone relationship Michaƫl Banaan Ananas2012-05-111-1/+1
* 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-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* Clear out remaining AM_BASE_SIZE. Aaron Giles2012-04-161-1/+1