Re: [Lng-devel] Anyone have LUnix 0.21 working with the "Virtual C64" emulator?
Status: Beta
Brought to you by:
dallmann
|
From: Daniel D. <da...@gm...> - 2014-02-01 12:09:59
|
Hi, Am 01.02.2014 um 12:01 schrieb Daniel Dallmann <da...@gm...>: > Am 31.01.2014 um 17:10 schrieb Jacob Ritorto: >> Emulator seems to come up OK, but when I >> load "core.c64",8,1 and run it, it extracts LOADER ok but then seems >> to run forever in a rather tight loop trying to extract BOOT. >> Is this piece supposed to run for several hours and I'm just giving >> up too soon? > > I think Paul is right. I'd also guess, that it is a matter of the > quality of emulation. > The *.c64 program tries to extract its content and to write to the > disc using Kernal calls for character I/O. > Most probably the emulator only emulates the "load/save" functions > leaving the character I/O for simplicity. > The extraction process should not take more than 1-2 minutes (on a > real C64). The VICE emulator does it in seconds. I just tried Virtual C64 and it seems the emulation is not that bad after all. The problem seems to be something different. If you attach to the file "packages.d64" and try to extract the files from the archive, the disc runs full and the process gets stuck. The "disc full" error it not handled correctly… You should open the file "lunix.d64" instead. This disc image contains the already extracted files rather than the archives. Afterwards just load and run "loader", it worked for me. best regards Daniel |