tokra wrote:
Doom and Popeye work on real VICs with +35K (Doom) or +32K (Popeye), so they should work on VICMIDI/Ultimem. Can you please run this program after configuring your VICMIDI:
http://www.tokra.de/vic/doom/crosstalk.prg
It should show (please note the scroll bar):
Code: Select all
BLK0 SEG0 PRESENT.
BLK1 SEG0 PRESENT.
BLK2 SEG0 PRESENT.
BLK3 SEG0 PRESENT.
BLK5 SEG0 PRESENT.
BLK0 SEG1 PRESENT.
BLK1 SEG1 PRESENT.
BLK2 SEG1 PRESENT.
BLK3 SEG1 PRESENT.
BLK5 SEG1 PRESENT.
BLK0 SEG2 PRESENT.
BLK1 SEG2 PRESENT.
BLK2 SEG2 PRESENT.
BLK3 SEG2 PRESENT.
BLK5 SEG2 PRESENT.
BLK0 SEG3 PRESENT.
BLK1 SEG3 PRESENT.
BLK2 SEG3 PRESENT.
BLK3 SEG3 PRESENT.
BLK5 SEG3 PRESENT.
That's all. If it does not show all segments present or it shows crosstalk there is something wrong. Please post your results.
Ok so I found some interesting things with my VICMIDI. When I start up the cart normal and hit "8" in the menu it should start the Vic20 will all ram enabled, but I get this:
Code: Select all
BLK0 SEG0 PRESENT.
BLK1 SEG0 PRESENT.
BLK2 SEG0 PRESENT.
BLK3 SEG0 PRESENT.
BLK1 SEG1 PRESENT.
BLK2 SEG1 PRESENT.
BLK3 SEG1 PRESENT.
BLK1 SEG2 PRESENT.
BLK2 SEG2 PRESENT.
BLK3 SEG2 PRESENT.
BLK1 SEG3 PRESENT.
BLK2 SEG3 PRESENT.
BLK3 SEG3 PRESENT.
So obviously not all ram is enabled.... But when I do the pokes Jim suggested to enable all ram:
brain wrote:
You need to figure out which areas you want RAM to be in, but to turn all RAM on:
poke 40945,63:poke 40946,255
To get BASIC to "see" the ram, follow that up with:
poke 40944,64 (which will perform a reset)
I get this:
Code: Select all
BLK0 SEG0 PRESENT.
BLK1 SEG0 PRESENT.
BLK2 SEG0 PRESENT.
BLK3 SEG0 PRESENT.
BLK5 SEG0 PRESENT.
BLK0 SEG1 PRESENT.
BLK1 SEG1 PRESENT.
BLK2 SEG1 PRESENT.
BLK3 SEG1 PRESENT.
BLK5 SEG1 PRESENT.
BLK0 SEG2 PRESENT.
BLK1 SEG2 PRESENT.
BLK2 SEG2 PRESENT.
BLK3 SEG2 PRESENT.
BLK5 SEG2 PRESENT.
BLK0 SEG3 PRESENT.
BLK1 SEG3 PRESENT.
BLK2 SEG3 PRESENT.
BLK3 SEG3 PRESENT.
BLK5 SEG3 PRESENT.
CROSSTALK BLK1 > BLK2
CROSSTALK BLK1 > BLK2
CROSSTALK BLK1 > BLK4
CROSSTALK BLK1 > BLK4
CROSSTALK BLK2 > BLK1
etc.etc.etc...
If I then restart the cart and hit "8" again to enable all ram I again get the first output... So obviously when you hit "8" from the main menu not all ram is being enabled, but when you manually poke the ram on, there is lots of crosstalk.