summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/microvsn.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-514/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* sag: preparing for pacman2 dump hap2021-10-181-5/+8
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* add nullptr check to some strtoul calls hap2020-08-301-4/+11
* ckmaster,ch2001: change irq frequency hap2020-07-281-1/+2
* further macro removal work (nw) Ivan Vangelista2020-05-181-15/+15
* appease vs2019 (nw) smf-2020-04-251-2/+2
* New machines marked as NOT_WORKING hap2020-04-221-3/+3
* New working machines hap2020-04-191-2/+2
* New working machines hap2020-04-161-1/+2
* New working software list additions hap2020-04-131-2/+2
* microvsn: remove demo, it's nothing more than a "hello world" test (nw) hap2020-04-131-7/+4
* Machines promoted to working hap2020-04-131-9/+6
* microvsn: internal artwork for lcd (nw) hap2020-04-131-42/+11
* microvsn: cleanup, Finish support for i8021 based cartridges (nw) hap2020-04-131-277/+247
* microvsn: use pwm device for lcd (nw) hap2020-04-121-85/+15
* microvsn: move lcd chip emulation to device (nw) hap2020-04-121-68/+32
* microvsn: add paddle control (nw) hap2020-04-111-42/+99
* microvsn: make connect4(8021) the clone set since it's older revision (nw) hap2020-04-091-15/+13
* microvsn: simplify cart_load, add notes to xml (nw) hap2020-04-091-135/+49
* sag: add cartridge and softwarelist (nw) hap2020-04-081-15/+20
* microvsn: add default tms1100 microinstructions (nw) hap2020-04-081-61/+76
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-7/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+13
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-8/+8
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-44/+38
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-7/+7
* -tms1xxx: Removed MCFG macros. mooglyguy2018-12-071-5/+5
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-3/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* 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