AJR
a408d66ce3
balsente.cpp: Use 8253 device and clean up names (nw)
2018-06-11 18:01:01 -04:00
angelosa
00a261513d
Clones promoted to WORKING
...
--------------------------
Head On 2 (Sidam bootleg) [Angelo Salese]
2018-06-11 20:48:37 +02:00
angelosa
729cd3d008
clone promoted to WORKING
...
-------------------------
Head On (Sidam bootleg, set 2) [Angelo Salese]
2018-06-11 20:48:35 +02:00
yz70s
a89cd327d9
pcipc.cpp: first partially working implemantetion with isa, superio and et4000 (nw)
...
Video shows bios messages and is possible to go into bios configuration screens.
i82371sb.cpp has isa enabled and a new device for the pci ide controller.
There are still a few things to correct here and there but i think it's a nice starting point.
2018-06-11 15:53:45 +02:00
Vas Crabb
529ddf11fa
fix build, minor cleanup (nw)
2018-06-11 21:13:21 +10:00
Sven Schnelle
19b8b995ab
hp9k_3xx: fix part number of keyboard uC ( #3648 )
...
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-06-11 13:03:32 +02:00
Sergey Svishchev
02197ab4ca
ec1841: mouse emulation (Logitech bus mouse protocol) ( #3623 )
...
* ec1841: mouse emulation (Logitech bus mouse protocol)
* follow-up to PR#3623
2018-06-11 20:57:53 +10:00
Vas Crabb
0aa81fc184
Revert "Add 9122c floppy ( #3647 )"
...
This reverts commit c63c4e111e
.
2018-06-11 20:16:28 +10:00
Robbbert
a3f8d7a94e
(nw) Fixed the build.
2018-06-11 09:27:33 +10:00
angelosa
c8ccf97f9b
portrait.cpp: demoted both portrait to not working, cfr. notes (nw)
...
taito_f3.cpp: demoted quizhuhu to not working (offset text, some special window effects) (nw)
2018-06-11 00:39:48 +02:00
Sven Schnelle
c63c4e111e
Add 9122c floppy ( #3647 )
...
* hp9k_3xx: fix timer connection for /320 models
Signed-off-by: Sven Schnelle <svens@stackframe.org>
* hp9k_3xx: add HP9122C floppy
Remove HP9895 from the default configuration. 3.5" where
standard on /300 and there's almost no software on it available.
If a user really needs 8" floppy drives on /300, he can do that via
commandline.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
* add Intel i8291a GPIB Talker/Listener
Required for the HP 9122C floppy, and used in many other devices.
Basic functionality was implemented to make the HP 9122C work, a few
things are still missing and will be added later. Most of the missing
things where simply not used in the HP9122C so i cannot test them.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
* Add HP 9122C floppy drive
These drives where common on HP9000/300 workstations. With the current
implementation TD0's from hpmuseum can be used to boot, and initializing,
reading and writing discs in HP basic works. Tested both high and double
density media. Supported Media formats are TD0 and MFI.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-06-10 17:43:49 -04:00
AJR
e8983ff6a3
amstrad.cpp: Eliminate machine().device and some redundant conditionals (nw)
2018-06-10 12:59:40 -04:00
mooglyguy
760908f66b
lviv: cleanup, nw
2018-06-10 18:57:38 +02:00
Michael Zapf
02e37f561f
geneve: Using bios selection; split genmod as a separate driver
2018-06-10 18:43:09 +02:00
mooglyguy
ae25eeb911
Missed a file, nw
2018-06-10 17:27:48 +02:00
mooglyguy
080626497f
apexc: cleanup, nw
2018-06-10 17:27:48 +02:00
Vas Crabb
39e3d491d4
gah, forgot to git add (nw)
2018-06-10 23:09:26 +10:00
Vas Crabb
fa80ebf367
eepromser: prevent ambiguity between clock and streaming enable (nw)
2018-06-10 23:02:51 +10:00
S.Z
b3e74fd124
Merge pull request #3646 from snickerbockers/gdrom_fix
...
Dreamcast: GD_LEND should output number of bytes successfully DMA'd
2018-06-10 13:15:30 +02:00
snickerbockers
ca0722e41b
Dreamcast: GD_LEND should output number of bytes successfully DMA'd
...
With this commit, Daytona USA 2001 boots.
2018-06-10 02:54:02 -07:00
cracyc
a05aac02f5
pc9801: fix vm floppy access (nw)
2018-06-09 15:27:45 -05:00
AJR
80b86141d4
New machines marked as NOT_WORKING
...
----------------------------------
Visual 550 [Al Kossow]
2018-06-09 16:24:46 -04:00
cracyc
4d9256a3dc
po9801: fix irq callback (nw)
2018-06-09 14:51:20 -05:00
cracyc
8822cb6c9b
pc9801: stop the rs from crashing the debugger (nw)
...
mpu_pc98: fix mapping (nw)
2018-06-09 13:43:46 -05:00
AJR
be578fda6a
vtech2.cpp: Eliminate machine().device (nw)
2018-06-09 13:50:52 -04:00
cracyc
ff21c59e8a
osdlib: GetCurrentProcessId is valid on uwp (nw)
2018-06-09 09:31:06 -05:00
mooglyguy
ea5d2a6f4a
apc: Reducing tag lookups
2018-06-09 10:10:12 +02:00
mooglyguy
4614ca4d7a
Fix recent eepromser regression, nw
2018-06-09 08:28:49 +02:00
AJR
b6279d523c
gamemasters.cpp: Note (nw)
2018-06-08 22:16:35 -04:00
cracyc
d5b9f521af
plugins/cheatfind: use explicit integer sizes rather than "native" types (nw)
2018-06-08 20:29:58 -05:00
cracyc
a99407afb5
Discord plugin try 2 ( #3640 )
...
* plugins/discord: discord presence plugin [Carl]
* plugins/discord: use domain sockets and pipes [Carl]
* winptty: fix connecting to existing socket (nw)
plugins/discord: show pause state (nw)
* plugins/discord: fix pause behavior (nw)
2018-06-08 19:25:39 -04:00
R. Belmont
eee8d0d2d9
Merge pull request #3645 from belegdol/m68000_fix_verbose
...
Fixed m68000 makefile not respecting the VERBOSE build option
2018-06-08 19:25:15 -04:00
mooglyguy
e76e13a3a2
z88: more light cleanup, nw
2018-06-09 00:10:30 +02:00
mooglyguy
c8e2d9504e
z88: some cleanup, nw
2018-06-09 00:10:30 +02:00
angelosa
4b86d67157
Wrote a new driver for Nichibutsu laserdisc HW (nw)
2018-06-09 00:06:56 +02:00
Julian Sikorski
545b3a907e
Fixed m68000 makefile not respecting the VERBOSE build option
2018-06-08 22:34:41 +02:00
mooglyguy
0b156d2889
Separate reel and stepper devices to an extent, cleaned up use of custom mcfgs for them, nw
2018-06-08 19:27:56 +02:00
mooglyguy
1dd98cd6ff
Misc cleanup, nw
2018-06-08 19:27:55 +02:00
AJR
a279ee3773
wicat: Reduce video glitchiness with more sensible interrupt handling
2018-06-08 10:21:16 -04:00
Ivan Vangelista
1b8d0decb5
nbmj9195.cpp: some hw documentation for ldquiz4 (nw)
2018-06-08 12:53:35 +02:00
Ivan Vangelista
3be374e6af
bking.cpp: fix my error (nw)
2018-06-08 12:34:06 +02:00
Ivan Vangelista
bac51cf33d
bking.cpp: updated rom labels for bking2 [Kevin Eshbach, The Dumping Union]
2018-06-08 12:32:33 +02:00
Ivan Vangelista
e38d6da9c3
new working clone
...
-------------------------------
Galaxy Wars II (Defender bootleg) [Juan Romero, Recreativas.org, The Dumping Union]
2018-06-08 08:47:52 +02:00
Ivan Vangelista
5c38ca05cc
mediagx.cpp: device_finder (nw)
2018-06-08 08:15:05 +02:00
AJR
2aa4554b29
rescue: Documentation for documentation's sake (nw)
2018-06-07 21:44:16 -04:00
AJR
54a6f1e9e4
devcb: Despite the variable name, this string is not a tag here (nw)
2018-06-07 21:43:27 -04:00
angelosa
6cabce405d
taitosj.cpp: added input buttons mode to kikstart [Angelo Salese]
2018-06-08 01:05:08 +02:00
angelosa
d0f20f2d13
ninjakd2.cpp: basic inheritance (nw)
2018-06-08 00:11:02 +02:00
angelosa
7d87acb1c1
ninjakd2.cpp: attempt fixing bullets not shot by enemies in Omega Fighter [Angelo Salese]
2018-06-07 22:15:03 +02:00
R. Belmont
3ef6b484b1
Merge pull request #3644 from shattered/_0fdf87b
...
sblaster: direct DAC mode
2018-06-07 16:07:11 -04:00