summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-868/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* was causing glitching in qix, merit and some others too, I guess they don't a... David Haywood2015-10-271-1/+2
* resolved some more (nw) Miodrag Milanovic2015-06-021-2/+2
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* did change for smf (nw) Miodrag Milanovic2015-05-121-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
* pokey_device: converted to devcb2 (nw) Ivan Vangelista2014-05-121-4/+4
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-12/+7
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* fixed laserdisc regression (nw) Miodrag Milanovic2014-03-191-1/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+3
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-2/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* modernised TMS5220 [smf] smf-2013-05-141-7/+8
* removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-1/+1
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-4/+6
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-5/+5
* added m_maincpu where missing in driver classes that are placed in drivers (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 22 (no whatsnew) Miodrag Milanovic2013-02-131-7/+9
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-4/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+13
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-4/+4
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-8/+8
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-10/+13
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-191-8/+8
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* 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
* 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
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-9/+13