summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+0
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* swapped botss sets parent-clone relation Michaƫl Banaan Ananas2012-07-171-78/+78
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+3
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-3/+3
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-19/+19
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-30/+30
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* 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