mooglyguy
cc7fbd926e
agat, ec184x, enmirage, jpmimpact, jpmmps, jpms80: Removed machine().device, nw
2018-06-22 16:34:33 +02:00
AJR
9ff9eaef3a
spectrum.cpp: Anonymous timers are evil (nw)
2018-06-22 10:30:49 -04:00
AJR
83897c1b1b
com8116: Standardize nibble-packed write handlers; disable FX4 timer if not needed (nw)
2018-06-22 10:13:04 -04:00
mooglyguy
d80a91a7c9
altos8600, isbc_208, isbc_215g, m20_8086, psxcd, saturn, sun3x, z100: Removed machine().device, nw
2018-06-22 15:53:34 +02:00
Ivan Vangelista
f0ccbbfb5e
new not working clones
...
---------------------------------
The Bally Game Show (LU-3) Europe [PinMAME]
The Bally Game Show (LG-6) Germany [PinMAME]
2018-06-22 15:50:09 +02:00
AJR
aa67baf334
v550: Add baud rate generators and SCN2672 independent buffer access (nw)
2018-06-22 08:35:49 -04:00
Robbbert
a0f5fd65b2
New NOT WORKING computer: Olympia Olytext 20
2018-06-22 22:03:11 +10:00
AJR
abb6f7dfd2
dynax_blitter_rev2.h: Appease case-sensitivity concerns (nw)
2018-06-22 07:50:09 -04:00
mooglyguy
c57fd92645
hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw
2018-06-22 12:38:53 +02:00
Sven Schnelle
e86ab5bd4d
hp9k_3xx: hook up NMI line to keyboard controller
...
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-06-22 18:27:27 +10:00
AJR
eba52c5be3
Fix clang build [-Werror,-Wunused-function] (nw)
2018-06-22 00:45:39 -04:00
Robbbert
f6ce64cd62
(nw) Housekeeping
2018-06-22 14:04:49 +10:00
Robbbert
68dfea282b
*fixed the build : zaurus.cpp
2018-06-22 13:59:20 +10:00
AJR
96bc593eaa
Fix copy/paste mistake (nw)
2018-06-21 19:53:45 -04:00
mooglyguy
ee604f4454
-39in1: Split Intel XScale PXA255 peripherals into a separate device. [Ryan Holtz]
...
note: will apply this change to any drivers using copy/pasted PXA255 code tomorrow.
2018-06-21 23:18:26 +02:00
AJR
3776f3d0a8
Fix clang build [-Werror,-Wunused-private-field] (nw)
2018-06-21 12:31:22 -04:00
David Haywood
e99969f333
misc device finder / private members (nw) ( #3681 )
...
* misc device finder / private members (nw)
* more (nw)
2018-06-21 12:28:13 -04:00
Lord-Nightmare
fe13c78cbd
switch a2echoii to use logmacro.h (nw)
2018-06-21 04:18:45 -04:00
Scott Stone
44ea2b653b
missile.cpp: Fix default ball type to large (nw)
2018-06-20 19:23:07 -04:00
Scott Stone
5cf1876feb
Fixed MT#07010 (Missile Command Trackball Label Fix) (nw)
...
Fixed MT#07020 (Trojan Dip Sequence Reordered) (nw)
2018-06-20 19:08:47 -04:00
angelosa
19399ee8f9
jalmah.cpp: fix urashima crashing at boot (nw)
2018-06-20 22:32:07 +02:00
AJR
90a26493ba
dynax.cpp: Further cleanups (nw)
2018-06-19 21:41:55 -04:00
AJR
1d81fb7b02
dynax.cpp: Cull some deadwood (nw)
2018-06-19 21:11:17 -04:00
AJR
bd97af6363
dynax.cpp: Make "Rev. 2" blitter a device
2018-06-19 20:42:51 -04:00
Ivan Vangelista
7e40e1f662
meritm.cpp: small clean-ups (nw)
2018-06-19 18:02:59 +02:00
Ivan Vangelista
d425561eee
ltcasino.cpp: updated notes, various minor clean-ups, hooked up ay8910 read ports (nw)
2018-06-19 17:56:37 +02:00
mooglyguy
771b9d0cd6
-kbdc8042: Added rudimentary PS/2 mouse support. [Ryan Holtz]
...
-indy_indigo2: Added mouse cursor support to Newport graphics emulation. [Ryan Holtz]
2018-06-19 04:42:18 +02:00
angelosa
0c1bd73d82
cyclemb.cpp: bumped sprite size in Cycle Maabou, fixed some missing sprites (for example how to play screen) [Angelo Salese]
2018-06-19 00:00:16 +02:00
angelosa
d7c3af2a5f
jalmah.cpp: document extended mahjong inputs (nw)
2018-06-18 23:32:20 +02:00
AJR
9d772f08f9
subsino2.cpp: Eliminate machine().device and port tag lookups (nw)
2018-06-18 17:00:33 -04:00
R. Belmont
110cb069ab
Merge pull request #3673 from sschnelle/pack_fix
...
68k: fix pack instructions
2018-06-18 11:59:50 -04:00
angelosa
89da3a3fdb
jalmah.cpp: misc cleanups from cam900 PR plus more (nw)
2018-06-18 17:24:48 +02:00
Michael Zapf
5b34e3283e
ibmpcjr: Replace the hard floppy reset by a soft_reset. (nw)
2018-06-18 17:16:27 +02:00
Sven Schnelle
97070511be
68k: fix pack instructions
...
The following test code from the 'HP9000/300 series mainframe tests'
fails:
lea bytes, a0
pack -(a0),-(a1), #$FEDC
move.b (a1),d0
cmbi.b #$E,d0
loop: bne.s loop
bytes: 0x41 0x42
It looks like most of the pack instructions have the byte order
wrong, but the pack dx,dy variant seems to have been fixed already.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-06-18 17:13:59 +02:00
Olivier Galibert
49594f73b7
Revert "floppy: Add an optional spinup delay to prevent unrealistic fast responses. Defaults to 0."
...
This reverts commit 3c144c5b48
.
Returning attotime::never from get_next_transition when there
eventually is going to be transitions without any externally imposed
state change is incorrect.
2018-06-18 14:47:48 +02:00
Michael Zapf
46cdb4b930
upd765: Add HEAD_LOAD state, used as a spinup delay by some systems.
2018-06-18 15:19:34 +02:00
Michael Zapf
3c144c5b48
floppy: Add an optional spinup delay to prevent unrealistic fast responses. Defaults to 0.
2018-06-18 14:23:36 +02:00
hap
2e940b6211
ui/mainmenu.cpp: remove way too verbose pointless comments (nw)
2018-06-18 13:11:40 +02:00
MetalliC
d14f4f6203
new NOT_WORKING clone
...
---------------------
Power Stone 2 (bootleg) [Arzeno Fabrice, rtw]
2018-06-18 10:27:37 +03:00
Lord-Nightmare
1d5f7c49c3
clean up some excessively long comment lines, and made the capitalization of 'FIFO' in comments and log messages more consistent (nw)
2018-06-18 00:14:47 -04:00
braintro
ca83ff2005
leland.cpp: Correct the correction (nw)
2018-06-17 20:45:16 -05:00
braintro
954da9f7cc
leland.cpp: Minor doc update (nw)
2018-06-17 20:39:19 -05:00
angelosa
ee0084db76
cischeat.cpp: promote Big Run from IMPERFECT_GRAPHICS flag, remaining glitches are BTANBs (nw)
2018-06-18 01:21:09 +02:00
angelosa
1bee0f050e
ddealer.cpp: misc cleanups (nw)
2018-06-18 01:13:36 +02:00
braintro
333e95147e
new clone added - Strikers 1945 (World)
...
New Clone Added
------------------------------------------
Strikers 1945 (World, unprotected) [Blackfish, Brizzo, rtw]
2018-06-17 17:46:37 -05:00
Sven Schnelle
710589dde0
68k: fix carry flag clear in divs instruction ( #3670 )
...
* 68k: fix carry flag clear in divs instruction
I was debugging why the HP9000/300 selftests where hanging on hp9k_3xx.
Debugger showed the following code:
move.l (a2)+, d0
move.l (a2)+, d1
move d6, ccr
divs.w d0,d1
loop: bcs.s loop
Clearly this tests whether the carry flag is cleared - the Motorola Reference
Manual says it's always cleared. However, in our implementation, it's not
cleared on overflow.
* 68k: fix carry flag clear in divu instruction
It is always cleared, even on overflow.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-06-17 17:45:31 -04:00
angelosa
87f9a820bb
jalmah.cpp: misc Urashima Mahjong cleanups (nw)
2018-06-17 22:51:13 +02:00
AJR
e2ef2c67e9
altos2: Use full company name (nw)
2018-06-17 15:01:43 -04:00
Michael Zapf
54f91cc405
upd765: Improved logging; removed status flag ST1.ND on missing IDAM/DAM
2018-06-17 17:59:11 +02:00
AJR
c6205420c8
altos2: Undumped keyboard ROM (nw)
2018-06-17 10:40:47 -04:00