summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atvtrack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-602/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw) couriersud2015-05-251-6/+9
* licensing update (nw) yz70s2015-05-151-1/+1
* updated more (nw) Miodrag Milanovic2015-05-151-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-5/+4
* atvtrack.c make Smashing Drive going somewhere instead of hang emulator [Meta... MetalliC2014-12-021-10/+22
* add some Smashing Drive hw details [Demul Team] mamehaze2014-12-011-7/+90
* skeleton (nw) mamehaze2014-11-211-0/+50
* sh4: Modernized cpu core (nw) Wilbert Pol2014-07-071-3/+20
* SH4 : Moved legacy handlers to member of cpu classes (nw) Miodrag Milanovic2014-04-281-3/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-6/+6
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* added m_maincpu where missing in driver classes that are placed in drivers (nw) Miodrag Milanovic2013-04-101-1/+3
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-37/+41
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+11
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-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
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-20/+30
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* fix various remaining regressions with device tag strcmp Michaƫl Banaan Ananas2012-03-071-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Add preliminary support for big-endian SH-3/SH-4 CPUs. [R. Belmont] R. Belmont2011-08-251-2/+2
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-27/+27
* GCC 4.6 fixes (nw) R. Belmont2011-07-131-30/+30
* Preliminary work for ATV Track, in order to get the second SH-4 into Angelo Salese2011-07-111-11/+290
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-2/+2
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* new clone Angelo Salese2011-03-181-3/+65
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-2/+2
* Games added as GAME_NOT_WORKING R. Belmont2011-01-101-0/+72