summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Used the common MC68901 device in micro3d.c. [Curt Coder] Curt Coder2011-02-121-1/+19
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* micro3d.c : Added some PLD dumps to botssa [Phil Bennett, Smitdogg] Phil Bennett2010-05-231-0/+8
* New clones added Phil Bennett2010-04-281-2/+86
* Removed an errant space (no whatsnew) Phil Bennett2010-01-301-1/+1
* Corrected default dip settings and added workaround for BOTSS final-stage crash. Phil Bennett2010-01-221-3/+3
* New games added or promoted from NOT_WORKING Phil Bennett2010-01-171-692/+280
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-9/+9
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+10
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-2/+2
* Tidied up the micro3d driver and fixed sound. Phil Bennett2009-01-191-850/+699
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed hack for setting mcs51 serial callbacks. Updated micro3d to use Aaron Giles2008-12-141-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-9/+9
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-1/+0
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-17/+17
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Converted TMS340x0 cores to be pointer-based. Aaron Giles2008-11-101-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* Finally move cpu/i8051 to cpu/mcs51, rename files and some constants Couriersud2008-10-291-3/+3
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-2/+2
* MCS51/I8051 overhaul, micro3d improvements and full m72 protection emulation ... Couriersud2008-10-191-43/+50
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-12/+12
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* Region classes go bye-bye. Aaron Giles2008-07-281-33/+33
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-39/+33
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-4/+4
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-35/+35
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4