Out of curiosity, I did a bit of searching.
I found something at
http://www.zimmers.net/anonftp/pub/cbm/ ... /tools/4k/;
"vic1211m-SuperExpander.prg
VIC-1211M from Japan. Same as Super Expander, with slightly diff commands.
Starts at $a000."
I downloaded the prg file, but wasn't able to get it to work on vice (I'm assuming it would require the 1211m cartridge for that program to work), but via DIR Master software and CBM prg Studio, I was able to view / import it (as seq file) and it showed some interesting results. From looking at what Dir Master and CMB studio showed, here a list of what I think might be commands that could be used with it:
Code: Select all
sound
texT
ploT
boX
circlE
pa5
setC
tempO
musiC
keY
pianO
locatE
chaR
releasE
pdL
joY
lightX
lightY
po5
fgC
bgC
bdC
~
Maybe that prg would give a demo of the various commands of the 1211m cartridge? I'm not sure.
Some things I can imagine what it might do by the command word, like joy could read joystick input (probably as outlined in the 1211a manual that could be found):
http://www.zimmers.net/anonftp/pub/cbm/ ... -expander/ , bgc might be 'background color', fgc is probably foreground color, bdc probably border color, lightx and lighty might be for reading a light-pen (as I recall, that was one of the things that could be got for the Vic-20, though I never personally had one back in the day when I owned a real Vic-20), pdl for reading paddle controller and so on. Some other things looks like drawing commands, sound commands, the piano command I think was exclusive to the 1211m version (turned the keyboard into a 'piano' of sorts?):
viewtopic.php?f=4&t=8962&hilit=1211m#p100463 (there's also some other interesting info in that thread).
Maybe try contacting User ka20 on the forums here and ask if they might have a full scan of the 1211m manual.
Of course without my not having a real Vic-20 or the 1211m cartridge, I'm not able to test or experiment about the commands (perhaps there is a way with VICE emulator, but I don't know enough about it though).
Hope something of all of that helps point you in the right direction or hopefully some others here in the Vic-10 Denial community will have more info or knowledge of it. Good luck!