Commit Graph

59746 Commits

Author SHA1 Message Date
Vas Crabb
d94e8b2664 Revert "tms5220: fix the READYQ callback to poll the fifo state with a timer loop instead of always asserting the /ready via callback even if there is no more room in the FIFO, to match hardware. Fix the speak vsm mode to assume that the ADDR/DATA pin floats high if no VSM is attached, so that the speech chip doesn't get permanently stuck speaking silence if a spurious SPEAK VSM command is sent to it. Fix some race conditions with the INTQ callback and status flags not being updated before the callback is called. General cleanup and bool-ification of boolean variables. [Lord Nightmare]"
This reverts commit 62fc2e8f06.

See coments on 62fc2e8f06
2018-06-12 16:07:05 +10:00
mooglyguy
108c36547c lviv, gaplus: machine().device cleanup, other cleanup, nw 2018-06-12 07:07:53 +02:00
Lord-Nightmare
62fc2e8f06 tms5220: fix the READYQ callback to poll the fifo state with a timer loop instead of always asserting the /ready via callback even if there is no more room in the FIFO, to match hardware. Fix the speak vsm mode to assume that the ADDR/DATA pin floats high if no VSM is attached, so that the speech chip doesn't get permanently stuck speaking silence if a spurious SPEAK VSM command is sent to it. Fix some race conditions with the INTQ callback and status flags not being updated before the callback is called. General cleanup and bool-ification of boolean variables. [Lord Nightmare] 2018-06-12 00:54:38 -04:00
braintro
f79dfb796a asteroid.cpp: Spelling (nw) 2018-06-11 23:49:18 -05:00
braintro
f3e3e2e5e5 asteroid.cpp: Document Asteroid Deluxe Revision 3 change and correct Difficulty dipswitch. [Brian Troha] 2018-06-11 23:40:21 -05:00
Lord-Nightmare
200d03c46a a2echoii: replaced read flag, write flag and write latch implementation with one which matches actual hardware tracing [Lord Nightmare, Tony Diaz] 2018-06-12 00:36:57 -04:00
AJR
7f06e4f6c2 irobot.cpp: Eliminate machine().device; use X2212 device for NVRAM (nw) 2018-06-11 21:47:34 -04:00
AJR
07b70fec34 d461: NOVRAM stuff (nw) 2018-06-11 20:35:05 -04:00
Lord-Nightmare
3a46a189a3 fix build (nw) 2018-06-11 20:04:20 -04:00
AJR
5d183b86fe balsente.cpp: Split NVRAM between two X2212 devices 2018-06-11 19:46:46 -04:00
angelosa
59ac361b69 trucocl.cpp: allow multiple coin insertion [Angelo Salese] 2018-06-12 00:05:47 +02:00
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