ajrhacker
dc6bb6d07d
Merge pull request #6544 from FakeShemp/n64
...
n64.xml: Document some more cart PCBs
2020-04-13 11:59:32 -04:00
Rebecca Wallander
15c85d1581
n64.xml: Document some more cart PCBs
2020-04-13 16:14:53 +02:00
Curt Coder
e79008c43c
abc1600: Refactored to use modern Z8530 SCC, fixed default DIPs on SASI interface card, and added a ROM to the Xebec S1410. [Curt Coder]
2020-04-13 16:47:37 +03:00
hap
6a439f59f7
Machines promoted to working
...
----------------------------
Microvision [hap]
2020-04-13 13:52:54 +02:00
Vas Crabb
5fba95ff40
formats: permission from Nigel Barnes to relicense Acorn and AFS disk handlers as BSD-3-Clause (nw)
2020-04-13 21:13:18 +10:00
hap
84c051119d
microvsn: internal artwork for lcd (nw)
2020-04-13 12:45:15 +02:00
Vas Crabb
de72f97b90
(nw) formats: reduce dependencies on libemu
...
The only link dependency left is emu_fatalerror. The format handlers
really shouldn't be throwing fatal errors at all - they should just
fail to load an image they can't handle. Maybe the interface should
be enhanced to allow better propagation of errors up from the format
handlers so they can be displayed in a UI rather than just logged.
The only other two dependencies are on logmacro.h (pure macros) and
the PAIR type from emucore.h (possibly worth moving to util).
2020-04-13 19:14:36 +10:00
Ivan Vangelista
404e7321a6
formats/apridisk.cpp: fixed compile
...
../../../../../src/lib/formats/apridisk.cpp: In member function 'virtual bool apridisk_format::load(io_generic*, uint32_t, floppy_image*)':
../../../../../src/lib/formats/apridisk.cpp:99:7: error: 'fatalerror' was not declared in this scope; did you mean 'strerror'?
2020-04-13 07:56:21 +02:00
Vas Crabb
d10ba2b97a
With permission from Dirk Best, apply 3-clause BSD license to common devices and image handling (nw)
...
Note that this does not apply to machine drivers or device implementations for a single machine family (e.g. Amiga chips or VTech expansion bus)
2020-04-13 15:01:40 +10:00
cracyc
4590736ee9
olivpc1: make keyboard work (nw)
2020-04-12 21:15:37 -05:00
hap
eadbe81acf
New working software list additions
...
-----------------------------------
microvsn: Tetris [hap]
2020-04-13 01:59:33 +02:00
cracyc
85de244d56
New not working
...
--------------------
Olivetti Prodest PC-1 [Carl, rfka01]
2020-04-12 17:27:30 -05:00
hap
7f3cbeb198
microvsn: cleanup, Finish support for i8021 based cartridges (nw)
2020-04-13 00:12:46 +02:00
Vas Crabb
2add7c158c
split was using sha1.h directly - fix that (nw)
2020-04-13 06:48:15 +10:00
Olivier Galibert
c2ca7ea90c
ks0164: Make some noise. Someone get me a GM sample rom please? [O. Galibert]
2020-04-12 22:28:40 +02:00
Vas Crabb
af82c0eca8
util: re-implement SHA-1 and get rid of the two third-party implementations (nw)
2020-04-13 06:16:03 +10:00
angelosa
c8cbf8abb2
konamigx.cpp: rework dips for all games and add dip locations [Angelo Salese]
2020-04-12 20:56:42 +02:00
braintro
a98816be98
New working clone
...
New working clone
------------------
Street Fighter II: The World Warrior (World 910411) [fluxcore]
2020-04-12 13:26:32 -05:00
Ivan Vangelista
7f04e28b9d
fcrash: missed staging this, sorry (nw)
2020-04-12 20:19:34 +02:00
Ivan Vangelista
139edc8fbe
fcrash.cpp: removed sprite artifacts in wofabl (nw)
2020-04-12 20:18:32 +02:00
angelosa
9a42cf6c6d
konamigx.cpp: fix Golfing Greats 2 inputs [Angelo Salese]
2020-04-12 19:09:20 +02:00
angelosa
c90443af88
tmnt.cpp: fix Golfing Greats (Japan) inputs [Angelo Salese]
...
Also demoted all glfgreat sets as MUP, notes on top (nw)
2020-04-12 17:39:55 +02:00
hap
0d5363ba2f
microvsn: use pwm device for lcd (nw)
2020-04-12 17:27:17 +02:00
Ivan Vangelista
b3a1002dd2
route16.cpp: added missing MCU region to the route16 original sets, corrected PROM type on the newly dumped set (nw)
2020-04-12 17:24:42 +02:00
hap
1c728274e9
microvsn: move lcd chip emulation to device (nw)
2020-04-12 15:37:21 +02:00
Ivan Vangelista
edcee4f8cb
New working clones
...
------------------
Route 16 (Sun Electronics) [Guru]
2020-04-12 15:05:46 +02:00
Vas Crabb
31a46619fb
gsword.cpp: confirmed microcontroller roles/locations [*=/STARRIDER\=*]
2020-04-12 21:01:30 +10:00
Vas Crabb
761c232d82
gsword.cpp: more notes (nw)
2020-04-12 19:55:08 +10:00
Ivan Vangelista
e4319288dc
igs017.cpp: completed decryption of starzan's program ROM (nw)
2020-04-12 10:51:59 +02:00
AJR
622763753c
mephisto_montec.cpp: Use addressable latches (nw)
2020-04-11 23:51:52 -04:00
Vas Crabb
bfa00a7910
gsword.cpp: update gsword2 set with new AA-017 dump, update notes a bit more (nw)
2020-04-12 13:02:29 +10:00
cracyc
fdeca033d8
nec: 8080 mode [Carl]
2020-04-11 21:37:54 -05:00
AJR
7d2ebec9e0
mephisto_montec.cpp: Split out mondial and mondial2; simplify handler signatures (nw)
2020-04-11 21:55:00 -04:00
AJR
90a079d2e7
mmboard, mmdisplay2: Simplify handler signatures by removing unnecessary space and offset arguments (nw)
2020-04-11 21:19:50 -04:00
AJR
2d8b86ab6d
mondl68k: Use addressable latch device (nw)
2020-04-11 19:05:04 -04:00
hap
f8c6a5a3b1
mephisto_montec: use lcd device (nw)
2020-04-12 00:01:06 +02:00
Ivan Vangelista
120a9e63fc
New working clones
...
------------------
Super Contra (set 2) [Victor Fernandez (City Game) , ClawGrip]
2020-04-11 22:20:51 +02:00
yz70s
a2b3a22d0d
xbox_nv2a.cpp: differentiate between object classes (nw)
2020-04-11 21:38:59 +02:00
ajrhacker
2330fca01c
Merge pull request #6538 from rzero9/patch-3
...
fmtowns_cd.xml: 2 additions, 12 replacements, first wave of CHD re-conversion
2020-04-11 15:27:46 -04:00
r09
cd99d17f89
fmtowns_cd.xml: 2 additions, 12 replacements, first wave of CHD re-conversion
...
- Replaced entries with dumps from the redump.org database:
Free Software Collection 6
Free Software Collection 7
Free Software Collection 8
Free Software Collection 9
Free Software Collection 10
Free Software Collection 11
Freeware Collection 2
Freeware Collection 3
Golf Links 386 Pro
Psychic Detective Series Vol. 5 - Nightmare
Towns System Software V1.1L30
Viewpoint
- Added new working dumps from the redump.org database:
Gadget - Invention, Travel, & Adventure
Virtuacall 2
- Started to re-convert some pre-0.175 CHDs with current CHDMAN (see GitHub issue #2517 ). I'm starting with the Redump ones (and Neo Kobe ones that match Redump), the rest will come later:
Air Combat II Special
Dangel
DOR Best Selection Joukan
DOR Special Edition '93
F-BASIC386 v1.1 L20
Galaxy Force II
Hyper Ocean
OASYS/Win v2.0
Psychic Detective Series Vol. 1 - Invitation - Kage kara no Shoutaijou
Psychic Detective Series Vol. 2 - Memories
Psychic Detective Series Vol. 3 - Aya
Psychic Detective Series Vol. 4 - Orgel
Psychic Detective Series Final - Solitude Joukan
Psychic Detective Series Final - Solitude Gekan
Pu-Li-Ru-La
Shadow of the Beast II - Juushin no Jubaku
SimAnt
Towns Magazine
Towns System Software v2.1 L10A
Windows 3.1 L11
2020-04-11 21:15:43 +02:00
hap
8fd70b7825
microvsn: add paddle control (nw)
2020-04-11 21:00:11 +02:00
Ivan Vangelista
bce07e6e6a
New working software list additions
...
-----------------------------------
snes: Rayman (early prototype) [Arcade Shadow]
snes: Spot Goes to Hollywood (prototype 19950805) [Arcade Shadow]
snes: Spot Goes to Hollywood (prototype 19950307) [Arcade Shadow]
2020-04-11 19:17:20 +02:00
AJR
7dd3c2b5d6
pntnpuzl: Connect MCU to EEPROM (yes, it has its own one) (nw)
...
This doesn't work currently. The HSO events misfire too often. I suspect the problem here is the MCS-96 core not actually implementing partial execution.
2020-04-11 13:06:11 -04:00
AJR
b634a54e16
i8x9x: Implement HSO CAM status flags in IOS0 (nw)
2020-04-11 13:05:35 -04:00
Vas Crabb
492402c924
gsword.cpp: Decapped, dumped and hooked up AA-017 microcontroller for gsword - fixes coin handling.
...
[Caps0ff, *=/STARRIDER\=*, EdHunter, developer12s, Belegdol, sadikyo, f205v, Vas Crabb]
2020-04-12 02:33:34 +10:00
Ivan Vangelista
3d864127fb
powerbal.cpp: adjusted offsets for atombjt, also removed MNW flag since it is playable, with maybe some smal GFX and sound glitch (nw)
2020-04-11 16:26:52 +02:00
Ivan Vangelista
595d054ea4
fcrash.cpp: adjusted offsets for ffightblb (nw)
2020-04-11 15:59:34 +02:00
Ivan Vangelista
3e9425f805
nycaptor.cpp, route16.cpp, timeplt.cpp: added dip locations, improved documentation [Guru]
2020-04-11 15:20:02 +02:00
yz70s
02df839dbf
xbox_nv2a.cpp: some adjustments (nw)
2020-04-11 14:59:12 +02:00
Ivan Vangelista
7005e4f8c4
New working clones
...
------------------
Final Fight (bootleg with single OKI) [Hammy, Boge, rtw, Ekorz]
2020-04-11 14:45:52 +02:00