cracyc
85de244d56
New not working
...
--------------------
Olivetti Prodest PC-1 [Carl, rfka01]
2020-04-12 17:27:30 -05: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
hap
1c728274e9
microvsn: move lcd chip emulation to device (nw)
2020-04-12 15:37:21 +02: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
hap
d708a86325
added Philips PCF2100 LCD Driver (nw)
2020-04-10 15:33:13 +02:00
AJR
06919f1b8e
Fix build (nw)
2020-04-09 20:54:52 -04:00
Michael Zapf
4ef6a1d594
ti99: Add PGRAM card; fixed IDE adapter card.
2020-04-10 00:00:08 +02:00
AJR
c0a81f91a5
New machines marked as NOT_WORKING
...
----------------------------------
Roland MC-300 Micro Composer [DBWBP]
Roland MC-50 Micro Composer [DBWBP]
Roland MC-50mkII Micro Composer [DBWBP]
2020-04-08 20:38:05 -04:00
AJR
2d68e6dae9
m3002: New device
2020-04-07 19:39:17 -04:00
AJR
f47877cfd1
pasopia, pasopia2: PAC2 overhaul
...
- PAC2 is now a separate bus with slot devices
- Kanji ROM and RAM PAC2 expansions are no longer built into pasopia7, but may be configured as slot options
- RAM PAC2 expansion made nonvolatile and provided in multiple sizes
- Two PAC2 slots added to pasopia
2020-04-06 21:20:01 -04:00
Ivan Vangelista
ec73863bc0
New machines marked as NOT_WORKING
...
----------------------------------
Scorpion DX [ArcadeHacker, ClawGrip, Rampa, Recreativas.org]
2020-04-06 19:49:36 +02:00
hap
7a86e1910e
6800ops: unneeded workaround? (nw)
2020-04-06 19:30:03 +02:00
Michael Zapf
c5b838bc2c
Add octal registered transceiver 74543
2020-04-06 13:39:34 +02:00
AJR
58b4fa0fb9
New machines marked as NOT_WORKING
...
----------------------------------
Roland U-20 RS-PCM Keyboard [DBWBP]
Roland U-220 RS-PCM Sound Module [DBWBP]
2020-04-05 17:54:24 -04:00
Vas Crabb
19aec7e9c3
(nw) hopefully work around deprecation warning - removing something in 3.9 when the replacement was only added in 3.2 is typical of Python's disregard for stability
2020-04-06 04:21:28 +10:00
Robbbert
b5e08ae5e8
H8: added support for H8T tapes.
2020-04-06 01:37:05 +10:00
couriersud
f07357d52b
netlist: Fix SUBTARGET=nl build. (nw)
2020-04-05 17:14:25 +02:00
AJR
bad835af4f
New machines marked as NOT_WORKING
...
----------------------------------
Roland JV-880 Multi Timbral Synthesizer Module [DBWBP]
2020-04-04 23:44:12 -04:00
AJR
21d7787bad
New machines marked as NOT_WORKING
...
----------------------------------
Roland RA-30 Realtime Arranger [DBWBP]
2020-04-04 22:35:27 -04:00
AJR
da2c2135b7
New machines marked as NOT_WORKING
...
----------------------------------
Roland SoundCanvas SC-88VL [DBWBP]
h8500dasm: Cut-and-paste fix (nw)
2020-04-04 21:24:44 -04:00
AJR
9abc6733ba
Add H8/500 disassembler and skeleton CPU device family
...
alesis_qs.cpp: Document XTALs; replace legacy MCFG in comments (nw)
picno.cpp: Replace legacy MCFG in comments (nw)
2020-04-04 17:21:59 -04:00
hap
79cede694c
seibucop: move to machine folder (nw)
2020-04-04 16:35:24 +02:00
cam900
6aef7adadd
Split S-SMP and S-DSP implement in snes_snd.cpp ( #6417 )
...
* Split S-SMP and S-DSP implement in snes_snd.cpp
both convert memory handler into device_memory_interface, Internalize ROM region of S-SMP
s_smp.cpp : Use callback for S-DSP interface, Split internal and external memory space
snes.cpp : Convert WRAM into shared_ptr
* s_dsp.cpp : Reduce #define macros
2020-04-04 08:59:50 -04:00
Olivier Galibert
6e7fe63f60
upd177x disassembler [O. Galibert]
2020-04-04 12:42:48 +02:00
Patrick Mackinlay
1398b3df85
news_kbd: rename (nw)
2020-04-04 17:23:50 +07:00
hap
ceabc2c798
cpu/alph8201 can be removed now (nw)
2020-04-03 21:58:40 +02:00
Colin Douglas Howell
942e64a546
mw8080bw: new netlist audio implementation for gunfight ( #6509 )
...
* mw8080bw: new netlist audio implementation for gunfight
New netlist-based audio implementation for gunfight (Gun Fight, 1975),
derived from Midway audio schematics. Sound checked against several
YouTube videos and seems to match, apart from acoustic effects of
cabinet. (Sorry, I don't have a Gun Fight machine of my own to check. :)
Removed the old sample-based sound, which is no longer necessary. (The
samples for that version were actually from the newer game Boot Hill
and didn't match Gun Fight's sound hardware; they even included Boot
Hill's funeral march tune!)
Although the netlist version has much greater overhead, performance is
still acceptable on modern hardware.
* mw8080bw: remove unnecessary trampolines from gunfight netlist audio
In response to review comments on PR #6509 .
* mw8080bw: Remove leftover copyright holder from new files (nr)
2020-04-01 22:48:59 +02:00
David Haywood
4b7062d626
Plug and Play work ( #6506 )
...
* start to do SoC as separate file (nw)
* start moving bits (nw)
* (nw)
* sledgehammer time (nw)
* start putting stuff back together (nw)
* main screen turn back on (nw)
* input callbacks (nw)
* restore this (nw)
* continue rebuilding (nw)
* rebuilding (nw)
* (nw)
* senwld boots again (nw)
* restore some sets to working (nw)
* few repairs (nw)
* more repairs (nw)
* repair (nw)
* repairs (nw)
* prepare (nw)
* move and tidy (nw)
* fixups (nw)
* fixes (nw)
* refactoring (nw)
* shuffle code around (nw)
2020-03-31 17:40:43 -04:00
hap
0684d146b6
hh_hmcs40: move select a game to its own driver (nw)
2020-03-31 19:04:05 +02:00
Ivan Vangelista
74498b3163
New machines marked as NOT_WORKING
...
----------------------------------
unknown Recreativos Franco slot machine [jordigahan]
2020-03-31 18:56:24 +02:00
AJR
9d16d76f99
mb62h195: New skeleton device (nw)
2020-03-30 23:17:39 -04:00
Patrick Mackinlay
5693fa0691
cxd1185: new device
2020-03-29 18:21:11 +07:00
Olivier Galibert
d35c3977c9
unidasm: Add pic16 generic disassembler with extended instructions [O. Galibert]
2020-03-28 19:45:41 +01:00
AJR
6c6a55d5bb
upd7001: New device
...
ssv.cpp: Split state class up a bit (nw)
2020-03-28 12:05:15 -04:00
hap
4139da5097
New working machines
...
--------------------
Sensor Chess [hap, bataais]
New working software list additions
-----------------------------------
saitek_schess: Classical Style Super Strong [hap, bataais]
2020-03-28 01:44:44 +01:00
David Haywood
d9759b7a44
Plug and Play work ( #6485 )
...
* new WORKING machines
-----
Thomas & Friends - Learning Circus Express (Sharp Cookie) (PAL, UK) [Sean Riddle, David Haywood]
Ms. Pac-Man 7-in-1 (Wireless) [Sean Riddle, David Haywood]
* didn't mean to change this (nw)
* tvtouch - restore button input (nw)
2020-03-26 15:21:12 -04:00
AJR
74fa8b3bec
New machines marked as NOT_WORKING
...
----------------------------------
Yamaha TX81Z FM Tone Generator [DBWBP]
2020-03-26 15:16:34 -04:00
Patrick Mackinlay
7912047486
dmac_0448: sony news dmac (nw)
2020-03-26 19:46:36 +07:00
hap
86da874de9
New working machines
...
--------------------
Computer Chess (Conic, model 7012) [hap, bataais]
2020-03-25 22:31:42 +01:00
Patrick Mackinlay
7a09fc9930
news_r3k: wip (nw)
...
* added rudimentary video
* added hle keyboard
* documented some dip switches
2020-03-24 17:34:54 +07:00
AJR
032c2c5ce4
New machines marked as NOT_WORKING
...
----------------------------------
Roland S-50 Digital Sampling Keyboard [DBWBP]
Roland W-30 Music Workstation [DBWBP]
New clones marked as NOT_WORKING
--------------------------------
Roland S-550 Digital Sampler [DBWBP]
2020-03-23 21:18:21 -04:00
Patrick Mackinlay
0eb9783619
New machines marked as NOT_WORKING
...
----------------------------------
Sony NWS-3260 [Plamen Mihaylov]
2020-03-23 12:26:25 +07:00
arbee
8434fd6213
Added ICM7170 real-time clock device. [R. Belmont]
2020-03-22 21:01:59 -04:00
AJR
246b64ad0b
New machines marked as NOT_WORKING
...
----------------------------------
Roland S-10 Digital Sampling Keyboard [DBWBP]
Roland S-220 Digital Sampler [DBWBP]
New clones marked as NOT_WORKING
--------------------------------
Roland MKS-100 Digital Sampler [DBWBP]
2020-03-22 18:12:49 -04:00
Nigel Barnes
24579647dc
bus/bbc/1mhzbus: Added PEDL Multiform Z80.
2020-03-22 02:26:12 +00:00
AJR
22b523ca74
Add skeleton MB63H149 device (nw)
2020-03-21 21:33:01 -04:00
AJR
a7dfc7d96d
New machines marked as NOT_WORKING
...
----------------------------------
Korg Z3 Guitar Synthesizer [DBWBP]
2020-03-21 11:13:34 -04:00
Vas Crabb
bdd2a33776
compile in the contents of the COPYING file for the about box - safer than assuming it will be in the working directory. no attempt at compressing it for now (nw)
2020-03-22 00:03:07 +11:00
hap
43cfc779a8
prschess: rename driver (nw)
2020-03-21 12:42:08 +01:00