Re: [opencbm-user] Starting All Over From Scratch
Brought to you by:
strik
From: Myke C. <su...@my...> - 2024-06-17 17:37:51
|
VICE needed 4 libraries installed before it would fully compile on my Linux Mint box. Had to do a small amount of Googlin' to find a couple of them but after that... the installation procedure was as smooth as silk! $ c1541 headisk-monster-vii.side0.big-disk.in-effect-mode.d64 -list 0 "in effect mode " aa 2a 180 "flash" prg< 74 "laserwaves" prg< 25 "max headroom" prg< 8 "new year's 1989" prg< 68 "skate or die!" prg< 2 "strobe.bas" prg< 1 "strobe.ml" prg< 1 "strobe.ml.boot" prg< 85 "tubular bells" prg< 89 "vincent" prg< 0 "................" usr 7 "load" prg< 124 blocks free. Perfeito! Que legal! Muitobrigado! :) That's so awesome! Thanks Uffe, Myke On 6/14/24 19:50, Uffe Jakobsen wrote: > Myke Carter writes: >> >> More than anything right now, I would like to know if there's a way to >> list the directories of these .d64 and .d71 images I made yesterday >> from the command line without requiring me to actually use them in >> VICE or whatever. I used to keep VICE for both 64 and 128 installed >> on my Linux box but with a PC keyboard, no C= joysticks and no virtual >> disks to load... I couldn't do much more than stare at the "READY." >> screens. >> > > VICE releases should contain the "c1541" binary > > The c1541 binary allows you to list the contents of a disk image file in > a terminal/DOS box window (without starting VICE) > > The command syntax is like this: > > c1541 <disk-image-file-name> -list > > Example command and output: c1541 NeosCheesePaintV2Joy.d64 -list > 0 "neos cheesepaint" 64 2a > 35 "cheese v2 joy2" prg > 81 "a.che" prg > 81 "b.che" prg > 81 "c.che" prg > 81 "d.che" prg > 81 "e.che" prg > 81 "f.che" prg > 126 blocks free. > > For more options try: c1541 -help > > /Uffe |