a name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/vtech
Commit message (Expand)AuthorAgeFilesLines
* las3000: Add cassette and joystick interfaces (both untested); correct clocks AJR2023-06-101-49/+108
* pc1000, misterx, ordisava: Emulation overhaul AJR2023-06-092-249/+506
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-017-28/+28
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-8/+10
* New working systems hap2023-04-191-18/+18
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-089-22/+26
* New clones marked not working Ivan Vangelista2023-04-071-0/+6
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-059-13/+12
* API change for device_image_interface AJR2023-03-309-19/+17
* osd/render/draw13.cpp: Got rid of a simple_list. Vas Crabb2023-02-041-0/+1
* - vsystem/crshrace.cpp, vsystem/f1gp.cpp, vsystem/taotaido.cpp: consolidated ... Ivan Vangelista2023-02-015-15/+15
* mame/v*-z*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-3115-4/+81
* New software list items marked not working Ivan Vangelista2023-01-291-1/+1
* New systems marked not working Ivan Vangelista2023-01-281-0/+10
* vtech/vsmile.cpp: Use the same SYSTEM port inputs as vsmile. (#10844) KanedaFr2023-01-221-1/+5
* vtech/vsmile.cpp: Corrected On and Off button I/O port bits. (#10796) KanedaFr2023-01-141-4/+4
* sfxphasor: added netlist sound hap2023-01-061-14/+15
* srcclean in preparation for 0.251 branch Vas Crabb2022-12-251-6/+6
* housekeeping: Use proper SPDX ID for CC0 license. Vas Crabb2022-12-232-2/+2
* More MC68EZ328 work for palmm100 and iqunlim (#10696) [Ryan Holtz]