Commit Graph

54632 Commits

Author SHA1 Message Date
AJR
38870cbb79 c8002: Remove unused variable; use AM_DEVREADWRITE_MOD to clean up I/O stuff (nw) 2017-10-31 13:24:34 -04:00
angelosa
6fd1943ae2 dec0.cpp: emulated sound protection state machine for Sly Spy and get rid of ROM patch [Angelo Salese] 2017-10-31 16:45:21 +01:00
Robbbert
ac6c08eb74 (nw) Onyx c8002 : added devices 2017-11-01 02:18:27 +11:00
Robbbert
e7d2693098 (nw) partial revert of z80sio stuff 2017-11-01 00:57:41 +11:00
Dirk Best
908529aa32 einstein: Add bus interface for the user port and emulate speech cart 2017-10-31 11:46:53 +01:00
Dirk Best
4ee376d989 einstein: Move pipe bus to its own directory 2017-10-31 11:46:47 +01:00
Robbbert
c23969d91f (nw) more drivers moved to z80sio.h 2017-10-31 19:14:39 +11:00
Robbbert
dec3448689 (nw) more drivers moved to z80sio.h 2017-10-31 17:51:20 +11:00
Robbbert
c7e9183b58 (nw) moved some drivers from z80dart.h to z80sio.h 2017-10-31 16:43:54 +11:00
briantro
4954ab83f2 gei.cpp: Counting is hard ;-p (nw) 2017-10-30 21:35:17 -05:00
briantro
fd7a101c23 gei.cpp: Restore accidental overwrite (nw) 2017-10-30 21:33:53 -05:00
briantro
668c993ec8 gei.cpp: Fix cut-n-paste (nw) 2017-10-30 21:13:12 -05:00
briantro
7591a6f9ce new machine promoted to working
New Working Machine
------------------------------------------------------
The Big Joke [Coolmod, The Dumping Union]
2017-10-30 21:10:27 -05:00
MetalliC
93d66d117d naomi.cpp: dumped WaveRunnerGP motor board [Darksoft, Mitsurugi] 2017-10-31 02:04:56 +02:00
MetalliC
c915ce57a2 namcops2.cpp: added dump of Time Crisis 3 V291 I/O board [Darksoft, Mitsurugi] 2017-10-31 02:03:29 +02:00
Vas Crabb
4beede1983 z80sio: more corner cases (nw) 2017-10-31 10:18:39 +11:00
smf-
91bc5e3bc9 fix for MSVC (nw) 2017-10-30 22:14:18 +00:00
Ivan Vangelista
482fed614d gei.cpp: added default nvram to bigjoke (nw) 2017-10-30 21:57:08 +01:00
briantro
70f0384cfc new non working machine
New non-working Machine Added
--------------------------------------------
The Big Joke [Coolmod, The Dumping Union]
2017-10-30 15:15:31 -05:00
Ivan Vangelista
fbf03fb262 sothello.cpp: removed MACHINE_SUPPORTS_SAVE flag I had wrongly committed (nw) 2017-10-30 18:03:12 +01:00
AJR
b26df88d83 tms7000: Convert I/O ports to callbacks (nw) 2017-10-30 10:32:23 -04:00
AJR
0ddfd95a5a Rationale (nw) 2017-10-30 09:35:13 -04:00
Vas Crabb
ea958c9ccb forgot the other error (nw) 2017-10-31 00:28:38 +11:00
AJR
867d1a6b9e Make SDL input less eager to generate double-click events when mouse doesn't move between clicks 2017-10-30 08:17:23 -04:00
Vas Crabb
7ad208700d z80sio: framing error should always generate interrupt in interrupt-on-first mode (nw) 2017-10-30 20:00:01 +11:00
Vas Crabb
56b74ab8db z80sio: better handling of Rx FIFO and interrupts in async mode 2017-10-30 18:04:56 +11:00
Justin Kerk
24b5d3139a ibm5170.xml: More QNX demo revisions (nw) 2017-10-29 23:43:57 -07:00
Vas Crabb
ab79685b45 zero-based bits dammit (fix kaypro keyboard bell) (nw) 2017-10-30 16:25:54 +11:00
AJR
e0bb6680d0 Remove 9615 baud setting (nw) 2017-10-30 00:13:00 -04:00
AJR
5bcfd28268 Change 9615 baud configurations to the nominal 9600 baud now that Z80SIO is more tolerant 2017-10-30 00:12:03 -04:00
Felipe Corrêa da Silva Sanches
8b45a3e350 new Working Clone: Prologica CP-500 (Brazilian TRS-80 Model 3 clone) 2017-10-30 15:00:07 +11:00
Vas Crabb
519b14e33c z80sio: Made async receive behave more like real device.
* Check that start bit persists for half a clock interval.
* Sample data bits mid-interval.
* Handle invalid stop bit as described in Zilog manual.
* Check parity and latch overrun and parity errors.

(nw) This fixes the issues with corrupt characters being typed on the
Kaypro.  Synchronous modes are still broken.  The channels are still
using device_serial_interface to transmit frames, but receiving is
handled entirely in the device class itself.  Overruns still aren't
handled properly.
2017-10-30 13:41:43 +11:00
AJR
7711801290 pntnpuzl: Add a VIA (nw) 2017-10-29 22:02:38 -04:00
AJR
412f039855 techno.cpp: IRQ modernization (nw) 2017-10-29 21:19:10 -04:00
briantro
a713536749 playmark.cpp: Make games in driver respect Common / Separate Coin slot (nw)
This might fix a MT but I don't know the number if it does.

Issue: dips where defined as "SW1" and conditional statements where looking for DSW1.

Also makes coinage into a DEFINE statement and uses PORT_INCLUDE & PORT_MODIFY for bigtwinb which only has 1 dipswitch deference.
2017-10-29 19:39:33 -05:00
AJR
445cb38e0a cb2001: IRQ acknowledgment (nw) 2017-10-29 18:50:18 -04:00
AJR
5cd4c55b9b n8080.cpp: Directly set 8035 IRQ line rather than generate fake pulses (restores some sounds in helifire) 2017-10-29 18:30:11 -04:00
Ted Green
13077ed2ae mips3: Revert removal of start and end checks as they potentially improve performance. (nw) 2017-10-29 15:18:00 -06:00
Ted Green
62718818af mips3: Minor MIPS DRC fastram optimization and simplification. (nw) 2017-10-29 14:55:52 -06:00
Justin Kerk
e8bb513015 one more (nw) 2017-10-29 00:13:15 -07:00
Justin Kerk
db982f3c16 ibm5170.xml: More QNX demo revisions (nw) 2017-10-28 22:09:35 -07:00
AJR
4ed74a8b4f 74259: More descriptive names for nibble write handlers (nw) 2017-10-29 00:43:16 -04:00
briantro
77b309ab7e psikyosh.cpp: Slightly updated info on new Gunbird 2 set (nw) 2017-10-28 20:24:11 -05:00
briantro
05a5fa5d5e new Working Clone - Gunbird 2 (alt)
New Working Clone Added
-----------------------------------------------------
Gunbird 2 (set 2) [Hyid Choi]
2017-10-28 15:09:33 -05:00
Dirk Best
e07a785209 px4: Fix keyboard input from cold start 2017-10-28 21:07:30 +02:00
AJR
b1a1aba510 driver.cpp: Remove irqN_line_pulse interrupt generators (nw)
Vestigial commented-out uses remain in cdi.cpp. This does not affect nmi_line_pulse.
2017-10-28 14:58:04 -04:00
AJR
a653014f23 Use MCFG_SCREEN_VBLANK_CALLBACK instead of irq0_line_pulse for Sega i8751 interrupt (nw) 2017-10-28 14:56:11 -04:00
AJR
cd0678ca04 am9513: Invert polarity of unused inputs (nw) 2017-10-28 14:51:50 -04:00
R. Belmont
810003bdcb
Merge pull request #2760 from agiri-san/nd1
ygv608: Namco Classic Collection vol.1 & 2 Graphics improvements
2017-10-28 12:35:30 -04:00
AJR
7744e97938 bigbord2: Add 74LS259 latches (nw) 2017-10-28 12:20:09 -04:00