Vhd interface for victor hc90/95

صفحة 6/20
1 | 2 | 3 | 4 | 5 | | 7 | 8 | 9 | 10 | 11

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 07:21

The goal would be to find out the way to connect the vhd player to this c9d card properly. As it seems nobody has this c9c/c9f card and the connecting cable toward vhdplayer.
But even with correct cable, if this card does not support the needed commands to play the game, then if openmsx could be used to debug what io addresses are called and with what data. Of course the final goal could be to have this vhd game playable in openmsx. That of course needs video dump from that vhd disk also.

بواسطة sdsnatcher73

Prophet (3954)

صورة sdsnatcher73

18-06-2022, 15:27

popolon_ wrote:

I opened the file in openmsx with nms8250 profile, but it give flashing effect same as when tried to run the cassette in real toshiba hx20. So it needs to have those superimpose commands in i/o space
/rom.

So what happens if you dump the ROM from the interface and insert it in a slot on NMS8250 (in openMSX)?

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 15:30

I tried openmsx 18.0 with victor hc-95a roms. The _super0/1/2/3/4 basic commands are there. But when trying to run this vhd game, the screen just flashes constantly. I would have expected to get that same error screen as in real hardware, because that outcome was not depending on this vhd card.

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 16:02

I tried to add the vhd card rom, but error comes:
"Maching switching failed. Vhd card: invalid rom position: interval [0x0000, 0x8000) must fit in [0x0000, 0x7fff]"
Why?
The config xml part about that addition inside h95a xml:

    primary slot="2">
      ROM id="Vhd card"
     connectionstyle Victor 
    mem base="0x0000" size="0x7FFF"
    rom
          filename VICTOR_C9D.ROM
          sha1 9faa8f8cfcba35c7b5f33013d914900ab09ae364
        

p.s. how these xml settings can be shown in this forum as i had to now remove those / marks and so on to get it shown somehow the content here ?

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 16:05

Ok, had to change the size to 0x8000.
now the _vp command is recognised, but it gives "Device I/O error".

بواسطة sdsnatcher73

Prophet (3954)

صورة sdsnatcher73

18-06-2022, 16:19

Yes that is to be expected. What happens if you load the tape now? With the ROM the I/O ports used can be determined (by someone with the right knowledge).

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 16:29

The game does not show that error screen, but just makes that constant flashing maybe 1s interval (bluescreen, light bluescreen, normal basic view where there is those function keys listed at the bottom of screen).

By the way, in the cas file dump in binary file there can be seen _VP basic commands used, is that normal to see from binary file?

ÊVP("H01")
ÊVP("RS0F0")
ÊVP("M2")
ÊVP("M5")
ÊVP("I0")
ÊVP("S1",A%)
ÊVP("S2",A%)
ÊVP("S3",A%)
ÊVP("E")
ÊVP("S+0")
ÊVP("G00000")
ÊVP("P")
ÊVP("G",B!)
�A%�B!�

so all of these are valid basic command when changing syntax from ÊVP to _VP.
and it shows that _VP("G00000") is used to go to track number 00000, so any track number can be given.
and _VP("G",T) is used to get current track number. Or is this called frame number.

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 16:30

Really odd that nobody has needed the tool to extract files out from these cas files....

بواسطة popolon_

Champion (364)

صورة popolon_

18-06-2022, 17:11

In cas file there is header for that bin file:
1F A6 DE BA CC 13 7D 74 D0 D0 D0 D0 D0 D0 D0 D0 D0 D0 53 54 4F 52 4D 20 1F A6 DE BA CC 13 7D 74 00 87 FF DF 83 A0 3E 87 56 87 6E 87 86 87 9E 87

I assumed the header begin, end, and start are these bytes:
00 87 FF DF 83 A0
so i made file that has 0xFE as starting byte, and then same bytes starting from this 00 97 FF FD 93 A0 onwards. So this would be the correct binary file, only the actual size (not the end address) i am not sure as there are many zeros at the end of cas file.

بواسطة sdsnatcher73

Prophet (3954)

صورة sdsnatcher73

18-06-2022, 18:27

popolon_ wrote:

The game does not show that error screen, but just makes that constant flashing maybe 1s interval (bluescreen, light bluescreen, normal basic view where there is those function keys listed at the bottom of screen).

By the way, in the cas file dump in binary file there can be seen _VP basic commands used, is that normal to see from binary file?

ÊVP("H01")
ÊVP("RS0F0")
ÊVP("M2")
ÊVP("M5")
ÊVP("I0")
ÊVP("S1",A%)
ÊVP("S2",A%)
ÊVP("S3",A%)
ÊVP("E")
ÊVP("S+0")
ÊVP("G00000")
ÊVP("P")
ÊVP("G",B!)
�A%�B!�

so all of these are valid basic command when changing syntax from ÊVP to _VP.
and it shows that _VP("G00000") is used to go to track number 00000, so any track number can be given.
and _VP("G",T) is used to get current track number. Or is this called frame number.

Sometimes a binary loaded file is still a BASIC program. Another possibility is that it is a compiled BASIC program.

صفحة 6/20
1 | 2 | 3 | 4 | 5 | | 7 | 8 | 9 | 10 | 11