summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/microvsn.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-15/+15
* mcs48: More specific emulation of Intel 8021 AJR2018-01-231-6/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-8/+8
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-21/+10
* Another round of these Vas Crabb2016-08-271-4/+4
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* tms1k: split part 3, done hap2016-03-161-2/+2
* tms1k: split part 2, renamed folder tms0980 to tms1000 hap2016-03-161-1/+1
* tms1k: split part 2, renamed files hap2016-03-161-1/+1
* tms1k: preparation for splitting source file hap2016-03-161-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-9/+9
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+707