| |
xIII
Registered: Nov 2008 Posts: 210 |
Vice + d82 image
I attached a .d82 diskimage then tried to load a game from the image but it results in 'file not found. Also a load "$",8,1 doesn't seem to work. How can I use a .d82 image ? |
|
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
d82 are 1mb images for the cbm 8250 drive (for the cbm/pet serie) that are now used by that idiotic thing called thec64, but renamed d64.
I don't know if VICE supports them as normal true drive, and infact you would require the 8250 ROM for that, which is not in vice/drives.
You can use settings/peripheral settings/ Use IEC Device and attach the disk image there. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
To use the 8050/8250 (d80/d82) drives with VICE you'll need to enable the IEEE488 interface and provide a ROM for the interface: ftp://www.zimmers.net/pub/cbm/schematics/cartridges/c64/ieee-48..
In the VICE settings dialog select "I/O extensions" -> "IEEE-488 Interface". Click on "browse" to select the ROM and check the "Enable 488 blabla" tickmark.
Now you can go to "Peripheral Devices" -> "Drive settings" and select 8050/8250 and a few others. |
| |
Krill
Registered: Apr 2002 Posts: 2969 |
Which, apparently, is currently broken across all computers emulated by VICE, https://sourceforge.net/p/vice-emu/bugs/1018/. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Worked for me saving/loading a hello-world program.
But bug #1018 has this comment by me: "Yup, totally screwed up. Also on Gtk3." So there is a tiny chance there could possibly be a bug.
Luckily I'm in charge of T64 handling and creating crappy UI's. |
| |
Krill
Registered: Apr 2002 Posts: 2969 |
Okay, couldn't get it to work with x64/sc, IEEE-488 and SFD-1001. Same file not found and weirdo directory issue. |
| |
xIII
Registered: Nov 2008 Posts: 210 |
thx for answering... I'll better stick to the things I know (.d64)
:) |