Ivan Vangelista
9b5357da53
goldstar.cpp: preliminary decryption for luckylad. Not really close yet (nw)
2018-12-03 18:29:42 +01:00
AJR
e9a969f154
h8_watchdog: Blah blah blah, side effects blah (nw)
2018-12-03 10:16:21 -05:00
AJR
3b0e83caad
flsbeats: Add TE7752 device (nw)
2018-12-03 09:36:42 -05:00
AJR
911376bd24
te7750: Default clock; update docs; add TE7752 type (nw)
2018-12-03 09:36:02 -05:00
arbee
0910676c40
New machines added as MACHINE_NOT_WORKING
...
Flash Beats [R. Belmont, twistedsymphony]
2018-12-03 07:51:28 -05:00
cam900
1512fcdde6
prehisle.cpp : Cleanups
...
Cleanup handlers, Fix some namings, Fix scroll, Cleanup gfxdecode
Move non-video related save state into machine_start
2018-12-03 18:07:37 +09:00
AJR
44e0aa6191
fs3216: A few more things hooked up (nw)
2018-12-02 21:58:29 -05:00
ajrhacker
cf2603240f
Merge pull request #4367 from shattered/_0cc33e9
...
pasopia7: increase keyboard poll rate to 5kHz; makes debounce code work
2018-12-02 21:45:15 -05:00
ajrhacker
141c263204
Merge pull request #4368 from shattered/_b49d142
...
hp95lx: new NOT_WORKING machine -- Hewlett-Packard 95LX palmtop
2018-12-02 21:44:39 -05:00
AJR
5c6a98647b
fs3216: Try hooking up a few devices (nw)
2018-12-02 20:37:55 -05:00
braintro
c59217cdd2
new working machine - PE+ Joker's Revenge Poker
...
New Machine Added
------------------------------------------------------
Player's Edge Plus (X002143P+XP000043) Joker's Revenge Poker [BrianT]
2018-12-02 15:04:31 -06:00
braintro
20ae7da367
djboy.cpp: Rename 1 ROM for Sammy's DJ Boy plus show how clocks are derived (nw)
2018-12-02 14:48:31 -06:00
Sergey Svishchev
619a9ab92e
hp95lx: new NOT_WORKING machine -- Hewlett-Packard 95LX palmtop
2018-12-02 23:47:29 +03:00
Sergey Svishchev
99890e34ec
pasopia7: increase keyboard poll rate to 5kHz, fixes input of repeated chars (nw)
2018-12-02 23:45:21 +03:00
Roberto Fresca
d3cc5f0c2f
ampoker.cpp updates: Fixed the NVRAM size. [Grull Osgo]
2018-12-02 20:25:35 +01:00
mooglyguy
9357ab2d5b
tms32031.cpp: A different attempt at fixing the disassembler. Confirmed radikalb still works, and mk4 and drivedge no longer stack-overflow. nw
2018-12-02 19:42:14 +01:00
mooglyguy
2e343a451b
scsp.cpp: Fixed a possibly-uninitialized warning with GCC 8.2.1, nw
2018-12-02 19:03:47 +01:00
R. Belmont
70693512bf
Merge pull request #4363 from DavidHaywood/021218
...
seta2.cpp : make code more friendly for a line rendering approach, preparation for raster IRQ hookup
2018-12-02 12:59:23 -05:00
Roberto Fresca
bd14ee1e2b
Merge pull request #4365 from DavidHaywood/021218_2
...
new NOT WORKING -- Pro Tele Cardioline (Salter Fitness Bike V.1.0, Checksum 02AB) [ClawGrip, Roberto Fresca, Arcade Vintage, Recreativas.org]
2018-12-02 18:51:00 +01:00
mooglyguy
47a65fa9ab
Other half of the fix was also wrong, nw
2018-12-02 18:22:48 +01:00
mooglyguy
cde5158fed
Fixed an obviously-wrong 'fix' that was blindly merged by someone who should have known better.
2018-12-02 18:17:50 +01:00
R. Belmont
8c6ed0e06b
Merge pull request #4366 from Klezstyle/patch-1
...
sound/scsp.cpp - Fix compilation on OSX Clang
2018-12-02 12:09:04 -05:00
Klez
acdfaa28ce
sound/scsp.cpp - Fix compilation on OSX Clang
...
Changes decrement operation from "=-" to "-="
Error:
../../../../../src/devices/sound/scsp.cpp:1549:6: error: use of unary operator that may be intended as compound assignment (-=) [-Werror]
p =- 128;
^~
../../../../../src/devices/sound/scsp.cpp:1585:9: error: use of unary operator that may be intended as compound assignment (-=) [-Werror]
limit =- ASCALE[s];
2018-12-02 18:01:54 +01:00
DavidHaywood
79ddfd33f9
flag (nw)
2018-12-02 16:35:02 +00:00
DavidHaywood
f286c77c12
new NOT WORKING -- Pro Tele Cardioline (Salter Fitness Bike V.1.0, Checksum 02AB) [ClawGrip, Roberto Fresca, Arcade Vintage, Recreativas.org]
...
(this is a starting point, it shows the boot screen, probably want s a signal / input from something to continue)
2018-12-02 16:24:18 +00:00
Vas Crabb
26da0fedf2
(nw) more header cleanup, split up some more all-in-one state classes
2018-12-03 02:33:33 +11:00
R. Belmont
57a0782136
Merge pull request #4362 from cam900/scsp_minor
...
scsp.cpp : Minor updates
2018-12-02 07:49:54 -05:00
R. Belmont
75e2c03fa6
Merge pull request #4364 from hp9k/fpu_fixes
...
m68kfpu: add (d16,An) addr mode to WRITE_EA_FPE()
2018-12-02 07:46:42 -05:00
Sven Schnelle
5057263956
m68kfpu: add (d16,An) addr mode to WRITE_EA_FPE()
...
required by netbsd ps command, which utilizes the FPU.
2018-12-02 08:25:17 +01:00
DavidHaywood
4951b23eec
fix clipping (nw)
2018-12-02 03:45:56 +00:00
DavidHaywood
66c8936824
just handle this like the others until the real offset source is found (nw)
2018-12-02 03:24:23 +00:00
DavidHaywood
cadaba8cf6
fix clipping issue (nw)
2018-12-02 03:15:15 +00:00
DavidHaywood
b8e749a74f
new clones -- Eagle Shot Golf (Japan, bootleg?) [Joshua Inman]
2018-12-02 02:48:44 +00:00
DavidHaywood
4b076a839d
(nw)
2018-12-02 02:16:59 +00:00
DavidHaywood
60d3caf6e9
improve (nw)
2018-12-02 01:41:49 +00:00
DavidHaywood
677067ec61
starting point (nw)
2018-12-02 01:29:31 +00:00
cam900
15b2efc81e
scsp.cpp : Minor updates
...
Code style fixes, Correct SSCTL, Initial RBL, Add notes, Cleanup unused / duplicates
2018-12-02 10:02:59 +09:00
AJR
6d1d3a9f8c
New machines marked as NOT_WORKING
...
----------------------------------
Fortune 32:16 [Bitsavers]
2018-12-01 15:50:03 -05:00
mooglyguy
ede3786b9e
tms32031.cpp: Fixed the disassembler. [Ryan Holtz]
2018-12-01 20:36:16 +01:00
ajrhacker
ecd1131eb6
Merge pull request #4360 from hp9k/mmux_fix
...
m68kmmu: fix build
2018-12-01 13:08:02 -05:00
Sven Schnelle
bc7f187e79
m68kmmu: fix build
...
ps == 8 should be ps - 8, which cause a compiler error. However, the code
doesn't work. It wasn't noticed due to the typo, so remove it for now.
2018-12-01 18:56:17 +01:00
AJR
f1a877d138
triviaes4: Fix configuration for now (nw)
2018-12-01 10:26:28 -05:00
AJR
49f8013bff
balsente.cpp: Odd how omitting this caused no errors (nw)
2018-12-01 10:21:04 -05:00
arbee
bb88e21611
New machines added as MACHINE_NOT_WORKING
...
Network Computing Devices NCD 16 [R. Belmont, Al Kossow]
2018-12-01 10:19:43 -05:00
AJR
622c783f5f
scsp.cpp: Fix build (nw)
2018-12-01 10:14:48 -05:00
mooglyguy
84586a697d
videopak.cpp: Fixed MT#06566, Mounting Data 20 Video Pak (videopak) causes exception. [Ryan Holtz]
2018-12-01 16:10:54 +01:00
cam900
90ff2b28f6
scsp.cpp : Add save states, Correct bool ( #4357 )
...
* scsp.cpp : Add save states, Correct bool
* scsp.cpp : Fix postload functions
2018-12-01 10:04:10 -05:00
ajrhacker
071215ecd3
Merge pull request #4358 from hp9k/no_reset
...
Revert "hp9k3xx: call reset() instead of manually resetting subdevice…
2018-12-01 10:02:41 -05:00
Sven Schnelle
ecadf5d0b6
Revert "hp9k3xx: call reset() instead of manually resetting subdevices (nw)"
...
This reverts commit eb3f890729
.
2018-12-01 15:57:50 +01:00
AJR
61324bebc8
balsente.cpp: Separate emulation (and ROM) of 6VB audio board from driver
2018-12-01 09:49:05 -05:00