Commit Graph

54603 Commits

Author SHA1 Message Date
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
Robbbert
e56806f7dc (nw) Moved 3 carts from px4.cpp to software list. Unable to test as the system doesn't seem to work. Some details are guessed. 2017-10-29 02:57:44 +11:00
Dirk Best
09f25df20d einstein: Create "Tatung Pipe" bus and convert 80 column device
Use "mame einstein -pipe tk02" to attach the 80 column device.

* Removed no longer needed einstei2 driver
* Added cursor rendering to the 80 column device
* Added support for the alternate character set (use dip switch to
change)
* Cleaned up and added save state support to the 80 column device
2017-10-28 17:36:29 +02:00
Robbbert
cb5042a03b (nw) Extra roms for px4, px8, mps1000, k1003 2017-10-29 02:05:53 +11:00
Robbbert
f19bf0707b New Not Working machine : Motorola Powerstack II 2017-10-29 02:03:08 +11:00
Robbbert
4da8f719ef New Not Working machine : Motorola AMPS Car Phone 2017-10-29 02:00:10 +11:00
Robbbert
94898953b2 New Not Working machine : Three Rivers PERQ 1A 2017-10-29 01:57:12 +11:00
AJR
07a36d9d66 wd_fdc: Convert line handlers to READ/WRITE_LINE_MEMBER to make them devcb-accessible (nw) 2017-10-28 03:20:55 -04:00
Ivan Vangelista
e42be958c9 sothello.cpp: very minor cleanups + preparation for save state support (nw) 2017-10-28 09:19:41 +02:00
Ivan Vangelista
2f5add827b dblewing.cpp: added save item (nw) 2017-10-28 09:16:50 +02:00
Ivan Vangelista
2b7d0e805e New working software list additions
-----------------------------------
lynx: Alpine Games [anonymous]
2017-10-28 09:12:47 +02:00
AJR
ac8d8a23b2 poly.cpp: Define XTAL (nw) 2017-10-28 01:52:31 -04:00
Agiri
b18829cbea ygv608.cpp: Fix scaling effect (used in NCV2 Pacman Arrangement staffroll) 2017-10-28 13:22:56 +09:00
briantro
8686b4040e freekick.cpp: Minor doc update & rom label correction for Perfect Billiards (nw) 2017-10-27 23:13:20 -05:00
Agiri
dcf9da2b30 ygv608.cpp: small cleanups 2017-10-28 12:30:50 +09:00
Agiri
a1a767de1f ygv608.cpp: Add scrolling-by-row (used in NCV1 Xevious Arrangement) 2017-10-28 12:16:48 +09:00
Agiri
6e0c1465b1 ygv608.cpp: Fix rotation and scrolling 2017-10-28 12:02:19 +09:00
Vas Crabb
d5ac7c11cf Move object finder resolution before device_start - should solve github #2759 2017-10-28 13:58:03 +11:00
Vas Crabb
0a737c6796 kaypro: switch from z80dart to z80sio, hook up BRG to SIO(s), hook up direct connections from SIO(s) to RS232 ports 2017-10-28 12:54:43 +11:00
angelosa
8d8bb9c661 MT #04366 & #02084, also fix brk in h6280 (nw) 2017-10-28 03:41:40 +02:00
AJR
3302c1a0c0 poly1: Add software-selected baud rate divider (nw) 2017-10-27 18:30:09 -04:00
AJR
25a2a8bd27 isbc8030: Remove hacky and superfluous UI-configurable baud clock 2017-10-27 15:17:25 -04:00
hap
db96395e5d manboob must have touched the x key by accident (nw) 2017-10-27 20:11:14 +02:00
hap
fd87961fdc eeprom: revert endian changes, uncomfortable that i have no means to test it on a big endian cpu (nw) 2017-10-27 20:00:02 +02:00
AJR
218c8ce829 sym1.cpp: Some minor cleanups; add RS-232 and TTY ports (not working, nw) 2017-10-27 13:54:07 -04:00
Vas Crabb
7773c6e29a this is a rewrite (nw) 2017-10-28 04:36:03 +11:00
hap
f38d61ee2b eeprom: use reinterpret_cast instead of NATIVE_ENDIAN_VALUE_LE_BE (nw) 2017-10-27 19:30:05 +02:00
Robbbert
69db298005 ibmpcjr : added quiksilver fast-boot bios 2017-10-28 04:06:15 +11:00
Vas Crabb
30361572bd Replaced hacky Kaypro keyboard that bypassed the SIO with emulated
Kaypro 10 keyboard. [Vas Crabb, rfka01, TeamEurope]

(nw) This exposes other issues in MAME.  Some incredibly poorly-written
code in the keyboard MCU depends on the fact that the T register is
updated during S4 then copied to A during S4 when mov a,t is executed.
If it doesn't see zero in this register when mov a,t is executed
immediately before the timer interrupt is taken, it hangs.
Really, the MCS-48 core needs to be re-written so it works at S-cycle
level (if not clock cycle leve), but for now I've worked around this
case in the least intrusive way possible.
This also exposes issues in the Z80DART code.  The keyboard communicates
0.8% slower than the nominal 300 Baud.  This works perfectly in real
life, but it causes occasional corrupted characters with MAME's
implementation, particularly if you hold a key down and let it repeat.
The Z80DART device needs to be fixed so it samples closer to the middle
of the bit intervals and re-aquires on each start bit.
Finally, I haven't hooked up the Kaypro's serial port Baud rate
genrators, or exposed the serial ports as slots.  I'll leave that for
someone else to worry about.
2017-10-28 03:50:22 +11:00
Robbbert
f1dfb9d544 (nw) sapi1 : added extra rom 2017-10-28 03:13:22 +11:00