tim lindner
6e90aa90fd
Fixed ROM fill routine
2020-04-30 17:34:45 -07:00
Scott Stone
8cc41c96e5
vgmplay.xml: 24 new entries from most recent release [vgmrips.net, Tafoid]
2020-04-30 18:13:19 -04:00
cracyc
9ff0c5d083
mc6845: max visible lines might not be what really is displayed, see 8088mph (nw)
2020-04-30 16:22:29 -05:00
AJR
58e1af7123
mdt60: Minor notes (nw)
2020-04-30 14:57:28 -04:00
Ivan Vangelista
8bb063526c
New clones marked as NOT_WORKING
...
--------------------------------
Twilight Zone (L-5) [PinMAME]
2020-04-30 19:24:34 +02:00
Ivan Vangelista
b21427b254
New clones marked as NOT_WORKING
...
--------------------------------
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]
2020-04-30 18:47:59 +02:00
AJR
3e3c1b07e2
Add corrected MCU dump and emulation of Heath HE 191-3425 keyboard for Z-29 and MDT 60 [AJR, Al Kossow, Bitsavers]
2020-04-30 10:55:23 -04:00
MetalliC
3098666727
new WORKING clone
...
-----------------
Cleopatra Fortune (Ver 2.1O 1996/09/05, bootleg) [Jorge Silva, White_Spot]
2020-04-30 15:29:06 +03:00
ajrhacker
5230f97707
Merge pull request #6615 from davide125/sgi4
...
sgi_mips: new software list additions
2020-04-29 23:59:11 -04:00
ajrhacker
dffd74c0e5
Merge pull request #6616 from FakeShemp/zelda
...
n64.xml: Document a few more cart PCBs
2020-04-29 19:54:26 -04:00
Rebecca Wallander
29d26e8539
n64.xml: Document a few more cart PCBs
2020-04-30 00:53:51 +02:00
Davide Cavalca
efe1eb522e
sgi_mips: new software list additions
2020-04-29 10:15:48 -07:00
Ivan Vangelista
d863e1c26e
ddenlovr.cpp: corrected dips as per dip sheet and added dip locations [Guru]
...
astrcorp.cpp: minor metadata and notes update (nw)
2020-04-29 18:18:15 +02:00
MetalliC
7f607f3cb1
triforce.cpp replace vs4jc dump with RAW/2352 [MajorPBX]
2020-04-29 18:31:08 +03:00
AJR
9556e3a5bd
New working machines
...
--------------------
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)
2020-04-29 11:16:14 -04:00
Robbbert
b403d9be2d
(nw) psi98.xml: added usage for kos boot; merged utils with kos since utils isn't bootable.
2020-04-30 01:13:18 +10:00
AJR
374dd56be5
mc6845: Note (nw)
2020-04-29 10:34:27 -04:00
Davide Cavalca
627bba8651
sgi_mips: new software list additions ( #6611 )
2020-04-29 10:19:16 -04:00
couriersud
184c198a88
Fixed indenting in netlist.lua. (nw)
2020-04-29 16:00:35 +02:00
hap
eb316bd6a7
leonardo: figure out some io (nw)
2020-04-29 15:44:33 +02:00
couriersud
c782a0ef33
netlist: add NE566 to netlist.lua. (nw)
2020-04-29 14:38:58 +02:00
Aaron Giles
a46108ce5a
Stub implementation of 566 VCO
2020-04-29 12:24:33 +02:00
Aaron Giles
09c19bd622
Added some missing infrastructure. Now TL081 shows up in device list.
2020-04-29 12:22:34 +02:00
Aaron Giles
302223432b
Some initial changes.
2020-04-29 12:21:31 +02:00
Ariane Fugmann
85454208d5
i960dasm: add missing opcodes [SailorSat]
...
i960dasm: add missing opcodes [SailorSat]
2020-04-29 12:10:23 +02:00
Scott Stone
1cc5a48440
sgi_mips.xml: Fix incorrect parent names and short names which exceeded 16 characters. Now passes -validation (nw)
2020-04-28 23:48:40 -04:00
AJR
6773fe7c61
315-5838_317-0229_comp.*: Fix handlers (nw)
...
Regrettably, offset must be included whenever mem_mask is specified to avoid ambiguity in overloaded calls.
2020-04-28 22:11:26 -04:00
ajrhacker
1d9f206d4c
Merge pull request #6610 from clawgrip/patch-32
...
New NOT_WORKING software list additions
2020-04-28 20:10:31 -04:00
ClawGrip
9cca8efd10
New NOT_WORKING software list additions
...
---------------------------------------
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.
2020-04-28 23:14:51 +02:00
couriersud
30e319926e
kidniki: reduce namespace pollution. (nw)
2020-04-28 22:39:51 +02:00
couriersud
e192f94e75
netlist: Fix some edge cases in static compile. (nw)
...
Comes with a new version of static_solvers.cpp
2020-04-28 22:39:19 +02:00
couriersud
026123beb2
netlist: Fix documentation build on windows in makefile. (nw)
...
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".
2020-04-28 21:08:07 +02:00
couriersud
3f95aebfb5
netlist: Fix "--cmd=listdevices". [Couriersud]
...
Broken for quite a while this is now working again.
2020-04-28 21:08:06 +02:00
couriersud
77da7b11ae
netlist: more code maintenance. (nw)
...
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.
2020-04-28 21:08:06 +02:00
couriersud
14e4c4bb3f
netlist: improve const-awareness and tidy changes. (nw)
...
Identified a number of code locations which could accept const
arguments.
2020-04-28 21:08:05 +02:00
couriersud
097c736f79
Netlist: Added 74163 to netlist. [Couriersud]
2020-04-28 21:08:04 +02:00
couriersud
da8cfd878f
netlist: fix some windows build issues in build/makefile. (nw)
2020-04-28 21:08:04 +02:00
couriersud
62c3f75221
netlist: More clang-tidy fixes. (nw)
2020-04-28 21:08:03 +02:00
couriersud
14850cbb02
netlist: More clang-tidy fixes. (nw)
2020-04-28 21:08:02 +02:00
couriersud
420f4909be
netlist: Fix clang-tidy warnings. (nw)
2020-04-28 21:08:02 +02:00
hap
4c38dd6f92
nuon: rename to xml (nw)
2020-04-28 21:07:27 +02:00
hap
175098268a
sparc: remove unused file from when device was renamed (nw)
2020-04-28 21:04:57 +02:00
incog
6bc5196618
Nuon softlist ( #3190 )
2020-04-28 21:00:51 +02:00
braintro
f2b8e06b53
New working clone
...
New working clone
------------------
Golden Par Golf (Joystick, V1.0) [Brian Troha, The Dumping Union]
2020-04-28 13:38:34 -05:00
MetalliC
bad7c044bd
new NOT_WORKING clone
...
---------------------
Konglongwang - D-Kids VS Alpha Yaosai (China, Ver 2.501) (MDA-C0081) [tenyuhuang]
2020-04-28 20:26:27 +03:00
ajrhacker
401b623b9d
Merge pull request #6607 from davide125/sgi2
...
sgi_mips: new software list additions
2020-04-28 12:22:39 -04:00
Vas Crabb
01a4fbef4f
Merge release0221 into master (nw)
2020-04-29 02:17:12 +10:00
Vas Crabb
5c7be618a5
(nw) missing parent/clone relationships for new chess computers
2020-04-29 02:15:44 +10:00
Davide Cavalca
226f3ff8a0
sgi_mips: new software list additions
2020-04-28 08:53:26 -07:00
ajrhacker
f9faa6db7e
Merge pull request #6605 from fulivi/tms9914_dev3
...
tms9914: simplify handling of CIDS state
2020-04-28 08:35:35 -04:00