Previous Thread
Next Thread
Print Thread
Page 26 of 41 1 2 24 25 26 27 28 40 41
Joined: May 2012
Posts: 572
Likes: 13
S
Senior Member
Senior Member
S Offline
Joined: May 2012
Posts: 572
Likes: 13
Originally Posted by judge
I ran into a similar problem while working on the gameboy driver. It should eventually be fixed once a cpu core becomes sub-cycle accurate. I worked around this by making the execute_set_input method public and calling that directly as well from the driver code.


I'm going to apply the same workaround -- have you committed yours?

Joined: May 2012
Posts: 572
Likes: 13
S
Senior Member
Senior Member
S Offline
Joined: May 2012
Posts: 572
Likes: 13
SM 7238 aka T3300 -- yet another DECclone, likely not of a DEC original, but of something compatible -- this one is Intel MCS80-based, with no character generator chip. Technical manual is rather good, and mentions a graphics option with Tek 401x and ReGIS features.

[Linked Image from img-fotki.yandex.ru]

[Linked Image from img-fotki.yandex.ru]

Joined: Feb 2008
Posts: 326
M
Senior Member
Senior Member
M Offline
Joined: Feb 2008
Posts: 326
Any ETA when your code will be ready to include in MAME.

Also it would be cool to give some tutorial od running simh and mame in parallel with examples

Joined: Mar 2006
Posts: 1,080
Likes: 7
L
Very Senior Member
Very Senior Member
L Offline
Joined: Mar 2006
Posts: 1,080
Likes: 7
I believe the added copyright notice on startup between vt240 v2.1 and v2.2 roms was added because of the cit220+ design patent lawsuit by DEC, they trademarked the layout of that setup screen (or tried to), which as can be seen above the same layout is also used on the SM 7238 aka T3300.

LN


"When life gives you zombies... *CHA-CHIK!* ...you make zombie-ade!"
Joined: May 2012
Posts: 572
Likes: 13
S
Senior Member
Senior Member
S Offline
Joined: May 2012
Posts: 572
Likes: 13
Micko: sm7238 is missing a few features and has video errors but otherwise ready to submit.

pdp11 stuff is harder; 1801VM2 core has to be cleanly split from T11 core, and needs a better way to handle bus errors than making execute_set_input public. I'll push my wip tree so you can see why smile

In my wip I've added basic flow control to null_modem and I think this exposed a bug in i8251 (writes at https://github.com/mamedev/mame/blob/master/src/devices/machine/i8251.cpp#L419 shouldn't be inverted), maybe others have it wrong too.

Joined: Mar 2001
Posts: 17,250
Likes: 265
R
Very Senior Member
Very Senior Member
R Online: Content
Joined: Mar 2001
Posts: 17,250
Likes: 265
I believe you're correct, at least from the comment there:

Code
	    bit 5:
	        0 = /RTS set to 1
	        1 = /RTS set to 0

Which says that /RTS (inverted RTS by typographical convention) is 1 when the bit is 0, so plain RTS is 0 when the bit is 0.

But the code does:

Code
m_rts_handler(!BIT(data, 5));

which is the opposite.

Joined: Jan 2012
Posts: 892
Likes: 17
C
Senior Member
Senior Member
C Offline
Joined: Jan 2012
Posts: 892
Likes: 17
Here's some motivation to get the ms7004 keyboard working.

[Linked Image from i.imgur.com]

Joined: May 2012
Posts: 572
Likes: 13
S
Senior Member
Senior Member
S Offline
Joined: May 2012
Posts: 572
Likes: 13
It's working in dvk_ksm and dvk_kcgd -- it wants 4960 baud clock, not 4800. EDIT: Actually, 4960*64, not 4960*16 smile ...and it's working for me (this is lynx showing https://koi8.pp.ru):

[Linked Image from img-fotki.yandex.ru]

Last edited by shattered; 07/13/16 11:11 PM.
Joined: May 2012
Posts: 572
Likes: 13
S
Senior Member
Senior Member
S Offline
Joined: May 2012
Posts: 572
Likes: 13
video of poisk1 with its sound card, running speech synth demo from softlist under "Sigma-Four" DOS clone:



(no subtitles yet)

Joined: Mar 2001
Posts: 17,250
Likes: 265
R
Very Senior Member
Very Senior Member
R Online: Content
Joined: Mar 2001
Posts: 17,250
Likes: 265
Nifty. But don't post any speech synthesizers where plgDavid can see them ;-)

Page 26 of 41 1 2 24 25 26 27 28 40 41

Link Copied to Clipboard
Who's Online Now
2 members (Pernod, Dorando), 116 guests, and 0 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,345
Posts122,350
Members5,082
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Powered by UBB.threads™ PHP Forum Software 8.0.0