randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
474 stars 56 forks source link

PET Drives Change Model is always None #261

Closed BODYPRINT closed 4 months ago

BODYPRINT commented 4 months ago

Hi,

I've tried loading all sorts of drive ROMS in the PET emulator, but when I go to Change Model there is only ever None as the option.

Loading a disk and trying to read/write says ?device not present.

Cheers.

BODYPRINT commented 4 months ago

@randyrossi

Hi mate, did you manage to check if your PET hard drives were working yet? I have these ROMS in the PET folder, but I can't select them as they are not in the Load ROM list.

"D:\PET\dos1001-901887+8-01.bin" "D:\PET\dos9000-300516+7-revC.bin" "D:\PET\dos4040-901468-14-16.bin" "D:\PET\dos3040-901468-11-13.bin" "D:\PET\dos2040-901468-06+07.bin" "D:\PET\dos2031-901484-03+05.bin"

And I also have these in there but loading them doesn't change the "Change Model" list. It still always says "None"

"D:\PET\dos1581-318045-02.bin" "D:\PET\dos1571cr-318047-01.bin" "D:\PET\dos1571-310654-05.bin" "D:\PET\dos1570-315090-01.bin" "D:\PET\dos1551-318008-01.bin" "D:\PET\dos1541ii-251968-03.bin" "D:\PET\dos1541-325302-01+901229-05.bin" "D:\PET\dos1540-325302+3-01.bin"

Cheers.

randyrossi commented 4 months ago

This is the list of files I have in my PET dir. I think it's just a matter of naming the files correctly for what VICE expects. It looks for just dos#### files I think. No .bin extension and no version.

         8,192 basic1
         8,192 basic2
        12,288 basic4
         4,096 characters.901640-01.bin
         2,048 chargen
        16,384 dos1001
        16,384 dos1540
        16,384 dos1541
        16,384 dos1551
        32,768 dos1570
        32,768 dos1571
        32,768 dos1581
        16,384 dos2031
         8,192 dos2040
        12,288 dos3040
        12,288 dos4040
         2,048 edit1g
         2,048 edit2b
         2,048 edit2g
         2,048 edit4b40
         2,048 edit4b80
         2,048 edit4g40
         4,096 hre-9000.324992-02.bin
         4,096 hre-a000.324993-02.bin
            80 hre.vrs
         4,096 kernal1
         4,096 kernal2
         4,096 kernal4
            59 PUT_ROMS_HERE
           246 rom1g.vrs
           246 rom2b.vrs
           246 rom2g.vrs
           230 rom4b40.vrs
           230 rom4b80.vrs
           230 rom4g40.vrs
           511 romsuperpet.vrs
         2,781 rpi_buus_pos.vkm
         5,157 rpi_buus_sym.vkm
         2,285 rpi_grus_pos.vkm
         4,568 rpi_grus_sym.vkm
         4,096 waterloo-a000.901898-01.bin
         4,096 waterloo-b000.901898-02.bin
         4,096 waterloo-c000.901898-03.bin
         4,096 waterloo-d000.901898-04.bin
         2,048 waterloo-e000.901897-01.bin
         4,096 waterloo-f000.901898-05.bin

On Wed, Mar 6, 2024 at 6:13 AM Philip Merwarth @.***> wrote:

@randyrossi https://github.com/randyrossi

Hi mate, did you manage to check if your PET hard drives were working yet? I have these ROMS in the PET folder, but I can't select them as they are not in the Load ROM list.

"D:\PET\dos1001-901887+8-01.bin" "D:\PET\dos9000-300516+7-revC.bin" "D:\PET\dos4040-901468-14-16.bin" "D:\PET\dos3040-901468-11-13.bin" "D:\PET\dos2040-901468-06+07.bin" "D:\PET\dos2031-901484-03+05.bin"

And I also have these in there but loading them doesn't change the "Change Model" list. It still always says "None"

"D:\PET\dos1581-318045-02.bin" "D:\PET\dos1571cr-318047-01.bin" "D:\PET\dos1571-310654-05.bin" "D:\PET\dos1570-315090-01.bin" "D:\PET\dos1551-318008-01.bin" "D:\PET\dos1541ii-251968-03.bin" "D:\PET\dos1541-325302-01+901229-05.bin" "D:\PET\dos1540-325302+3-01.bin"

Cheers.

— Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/261#issuecomment-1980633033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKCW5KPESCXHO2GHBC3YW325ZAVCNFSM6AAAAABEBU32QGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQGYZTGMBTGM . You are receiving this because you were mentioned.Message ID: @.***>

-- Randy Rossi

sean-skt commented 4 months ago

@randyrossi Thank you. That worked!

BODYPRINT commented 4 months ago

Thanks mate :)