summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* -cdplay: Created branch for experimental cd-player driver. [Ryan Holtz]cdplay Ryan Holtz2020-05-016-8/+289
|
* 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-0114-78/+498
| | | | | -------------------- 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
|
* netlist: add 393 to netlist.lua (nw) couriersud2020-05-011-0/+2
|
* 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-0121-186/+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
|
* (nw) gimix.xml: added usage Robbbert2020-05-011-2/+6
|
* 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
| |
* | vgmplay.xml: 24 new entries from most recent release [vgmrips.net, Tafoid] Scott Stone2020-04-301-0/+1316
| |
* | 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]
* Merge pull request #6615 from davide125/sgi4 ajrhacker2020-04-291-1/+237
|\ | | | | sgi_mips: new software list additions
| * sgi_mips: new software list additions Davide Cavalca2020-04-291-1/+237
| |
* | Merge pull request #6616 from FakeShemp/zelda ajrhacker2020-04-291-9/+65
|\ \ | | | | | | n64.xml: Document a few more cart PCBs
| * | n64.xml: Document a few more cart PCBs Rebecca Wallander2020-04-301-9/+65
|/ /
* / 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-2913-197/+1185
| | | | | | | | | -------------------- 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)
* (nw) psi98.xml: added usage for kos boot; merged utils with kos since utils ↵ Robbbert2020-04-301-7/+4
| | | | isn't bootable.
* mc6845: Note (nw) AJR2020-04-291-0/+1
|
* sgi_mips: new software list additions (#6611) Davide Cavalca2020-04-291-5/+172
|
* Fixed indenting in netlist.lua. (nw) couriersud2020-04-291-2/+2
|
* leonardo: figure out some io (nw) hap2020-04-295-15/+713
|
* netlist: add NE566 to netlist.lua. (nw) couriersud2020-04-293-2/+8
|
* 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]
* sgi_mips.xml: Fix incorrect parent names and short names which exceeded 16 ↵ Scott Stone2020-04-281-5/+5
| | | | characters. Now passes -validation (nw)
* 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.
* Merge pull request #6610 from clawgrip/patch-32 ajrhacker2020-04-281-211/+252
|\ | | | | New NOT_WORKING software list additions
| * New NOT_WORKING software list additions ClawGrip2020-04-281-211/+252
|/ | | | | | | --------------------------------------- Hot Mix 18 - Explore Tools and Technologies for Silicon Graphics [ClawGrip, Rampa] SupportFolio 5/96 [ClawGrip, Rampa] (nw) Also (somehow) sorted the list, merged the two "Freeware May 2000" CDs on the same entry and unified the entries name scheme.
* kidniki: reduce namespace pollution. (nw) couriersud2020-04-281-1/+1
|