summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* -cdplay: Created branch for experimental cd-player driver. [Ryan Holtz]cdplay Ryan Holtz2020-05-015-8/+287
|
* netlist: Fixed polarity issue in CCCS device [Colin Howell, Couriersud] couriersud2020-05-013-11/+11
| | | | Note: This affects all use cases of CCCS. I have changed all uses in MAME.
* small note (nw) MetalliC2020-05-011-1/+1
|
* decide against using sensorboard interface for keypad chesscomputers (nw) hap2020-05-0131-1329/+130
|
* netlist: more magic number removal. (nw) couriersud2020-05-012-7/+23
|
* netlist: Removed more magic numbers from the code. (nw) couriersud2020-05-0113-26/+41
|
* netlist: Readding accidentially delete nld_ne555.h. (nw) couriersud2020-05-011-0/+21
|
* netlist: Fix a bug introduced by latest nld_log change. (nw) couriersud2020-05-011-2/+5
|
* New working machines hap2020-05-0113-78/+497
| | | | | -------------------- Mini Chess [hap, Sean Riddle]
* netlist: Fix inclusion of examples in documentation. (nw) couriersud2020-05-013-4/+14
|
* netlist: nld_log now writes out last value at end of run. (nw) couriersud2020-05-011-0/+5
|
* Remove explicit logging since it can be done on the command line via nltool. Aaron Giles2020-05-011-6/+0
|
* Add 74393 device and unit test. Aaron Giles2020-05-016-0/+188
|
* netlist: Add the NE566 as a macro device. [Couriersud] couriersud2020-05-0120-184/+360
| | | | | | | | The device can be found in nlm_other.cpp. Removed nld_ne566.* Added SYS_SW, SYS_SW2 and SYS_COMP. These are single switch, alternating switch and a analog comparator with digital outputs. Renamed RES_SWITCH to SYS_SW. Added example ne566.cpp in netlist/examples.
* (nw) taito_f3.cpp: Explain the recent Cleopatra Fortune bootleg braintro2020-04-301-1/+13
|
* Merge pull request #6620 from tlindner/fix-coco-rom-load ajrhacker2020-04-301-1/+1
|\ | | | | Fix CoCo cartridge loading for less than 16k carts.
| * Fixed ROM fill routine tim lindner2020-04-301-1/+1
| |
* | Merge pull request #6621 from tlindner/becker_default_off ajrhacker2020-04-301-1/+1
|\ \ | |/ |/| Changed default for Becker Port to be off
| * Changed default of Becker Port to be off tim lindner2020-04-301-1/+1
| |
* | mc6845: max visible lines might not be what really is displayed, see 8088mph ↵ cracyc2020-04-301-1/+1
| | | | | | | | (nw)
* | mdt60: Minor notes (nw) AJR2020-04-301-1/+2
| |
* | New clones marked as NOT_WORKING Ivan Vangelista2020-04-302-0/+15
| | | | | | | | | | -------------------------------- Twilight Zone (L-5) [PinMAME]
* | New clones marked as NOT_WORKING Ivan Vangelista2020-04-302-16/+133
| | | | | | | | | | | | | | | | | | -------------------------------- Magic Bomb (Ver. L3.5S) [Cristiano MDQ] Magic Bomb (Ver. AB4.5A, 07/10/02) [Cristiano MDQ] Magic Bomb (Ver. AB4.2, 11/10/01) [Cristiano MDQ] Magic Bomb (Ver. A3.1A) [Cristiano MDQ] Magic Bomb (Ver. AA.72D, 14/11/05) [Cristiano MDQ]
* | Add corrected MCU dump and emulation of Heath HE 191-3425 keyboard for Z-29 ↵ AJR2020-04-302-8/+7
| | | | | | | | and MDT 60 [AJR, Al Kossow, Bitsavers]
* | new WORKING clone MetalliC2020-04-302-0/+30
|/ | | | | ----------------- Cleopatra Fortune (Ver 2.1O 1996/09/05, bootleg) [Jorge Silva, White_Spot]
* ddenlovr.cpp: corrected dips as per dip sheet and added dip locations [Guru] Ivan Vangelista2020-04-292-115/+115
| | | | astrcorp.cpp: minor metadata and notes update (nw)
* triforce.cpp replace vs4jc dump with RAW/2352 [MajorPBX] MetalliC2020-04-291-1/+1
|
* New working machines AJR2020-04-2911-197/+1166
| | | | | | | | | -------------------- MDT 60 Video Display Terminal [Bitsavers, AJR] z29: Add skeleton for undumped keyboard; try (and fail) to make this work with the MDT 60 keyboard instead z22: Separate driver (nw)
* mc6845: Note (nw) AJR2020-04-291-0/+1
|
* leonardo: figure out some io (nw) hap2020-04-295-15/+713
|
* netlist: add NE566 to netlist.lua. (nw) couriersud2020-04-292-0/+4
|
* Stub implementation of 566 VCO Aaron Giles2020-04-295-11/+126
|
* Added some missing infrastructure. Now TL081 shows up in device list. Aaron Giles2020-04-291-0/+1
|
* Some initial changes. Aaron Giles2020-04-294-0/+58
|
* i960dasm: add missing opcodes [SailorSat] Ariane Fugmann2020-04-292-20/+78
| | | i960dasm: add missing opcodes [SailorSat]
* 315-5838_317-0229_comp.*: Fix handlers (nw) AJR2020-04-283-8/+8
| | | | Regrettably, offset must be included whenever mem_mask is specified to avoid ambiguity in overloaded calls.
* kidniki: reduce namespace pollution. (nw) couriersud2020-04-281-1/+1
|
* netlist: Fix some edge cases in static compile. (nw) couriersud2020-04-283-109/+115
| | | Comes with a new version of static_solvers.cpp
* netlist: Fix documentation build on windows in makefile. (nw) couriersud2020-04-281-6/+17
| | | | | | | Documentation should be created on Windows using make mingw PARAMS=doc Admittedly this is ugly and the makefile needs to be changed to use something like "make HOSTOS=windows doc".
* netlist: Fix "--cmd=listdevices". [Couriersud] couriersud2020-04-281-5/+0
| | | Broken for quite a while this is now working again.
* netlist: more code maintenance. (nw) couriersud2020-04-287-55/+46
| | | | | | | Make some calls private which were public before. Eliminate functions which would be executed only once. Make terminal reference functions in twoterm.h return const. Clearly identify the use cases which need a non-const ref to terminals.
* netlist: improve const-awareness and tidy changes. (nw) couriersud2020-04-289-49/+49
| | | | Identified a number of code locations which could accept const arguments.
* Netlist: Added 74163 to netlist. [Couriersud] couriersud2020-04-283-29/+69
|
* netlist: fix some windows build issues in build/makefile. (nw) couriersud2020-04-281-6/+19
|
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-2824-201/+246
|
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-284-53/+56
|
* netlist: Fix clang-tidy warnings. (nw) couriersud2020-04-2822-146/+186
|
* sparc: remove unused file from when device was renamed (nw) hap2020-04-282-4740/+2
|
* New working clone braintro2020-04-282-7/+30
| | | | | | New working clone ------------------ Golden Par Golf (Joystick, V1.0) [Brian Troha, The Dumping Union]
* new NOT_WORKING clone MetalliC2020-04-282-0/+23
| | | | | --------------------- Konglongwang - D-Kids VS Alpha Yaosai (China, Ver 2.501) (MDA-C0081) [tenyuhuang]