Ken,
On my real 8201, I'm using the ROM that came with it, with a y2k mod. For
Virtual-T I'm using the one packaged with the install. They are different
though. I know this simply because I tried to use the Virtual-T image in my
real 8201 and it didn't work properly with Sardine. It did work fine with URII.
Usually when I get the OK prompt in Virtual-T, I find I've got the wrong
machine selected.
I'm using the HEX file from club100 but I've also used the 4.1 rom image I put
together with the Shift+Down bug fix. And I've also used the SARDOS image. All
three give the same results.
It's definitely a banking issue. I'll look into A1h a bit to see if it sheds
any light.
Kurt
On Friday, June 10, 2016 12:29 PM, Ken Pettit <[email protected]> wrote:
I can't even get the TS-DOS ROM to work properly in VirtualT. Each time I
initialize the ROM, it brings up the TS-DOS screen, but when I exit (Shift F5),
it just gives me an "Ok" prompt and then won't really do anything. I mean I
can type, etc. but there is basically no response except to always give an "Ok"
prompt, regardless of what I type in.
Plus within TS-DOS, if I hit F4 (Disk), I get "?BS Error in 10".
Perhaps my tsdosnec.hex file has some issue (though each line has a checksum on
it)? Or maybe my NEC main ROM has an issue.
I'm wondering if maybe the DOS-ON feature is not properly preserving the RAM
bank number when switching the ROM bank to the OptROM. Both of these bank
numbers are set using the same OUT A1h opcode.
Ken
On Fri, Jun 10, 2016 at 12:03 PM, Kurt McCullum <[email protected]> wrote:
The BA file is a file first saved from the NEC. A simple program10 PRINT
"HELLO"20 GOTO 10Not much to the program. It is indeed tokenized. Untokenized,
it works fine.
I'll have to check in debug mode to see what's actually being sent but the
machine (and Virtual-T) locks on banks 2 and 3.
On Friday, June 10, 2016 11:55 AM, John R. Hogerhuis <[email protected]>
wrote:
On Fri, Jun 10, 2016 at 11:14 AM, Kurt McCullum <[email protected]> wrote:
> I've tried this on my actual machine and on Virtual-T with the exact same
> results. I'm not sure why but I can only run or load a program from bank 1
> with DOS-ON activated. DO files don't seem to be a problem.
>
> Any ideas?
>
> Kurt
>
>
What happens on the wire? And I assume the BA file is tokenized?
Was the BA file generated by a previous SAVE by the same version of TS-DOS?
Is it a NEC BASIC file?
-- John.