EmulatorArchive / uae-wii

Automatically exported from code.google.com/p/uae-wii
GNU General Public License v2.0
0 stars 0 forks source link

uae-Wii on the Wii U requests rom.key file and doesnt find the kick.rom #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Follow the steps here http://wiibrew.org/wiki/UAE_Wii to add UAE-Wii to SD 
card.
2.Attempt to run on a vWii (The virtual wii inside Wii U)

What is the expected output? What do you see instead?
Expect to see the UAE menu screen, instead I see "could not find specified ROM 
key-file" Foolowed by "Failed to load kickstart image"

What version of the product are you using? On what operating system?
uae-Wii-v11 on The Homebrew Channel 1.1.2

Please provide any additional information below.
I got the kickfiles from the amiga forever cd.

Original issue reported on code.google.com by danpedde...@gmail.com on 22 Jan 2015 at 8:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You have to follow the instruction here:

http://wiibrew.org/wiki/UAE_Wii

1. Copy everything from the "/Amiga Files/Shared/adf" directory on your Amiga 
Forever CD to /uae/roms/ on your SD card.

2. Copy /Amiga Files/Shared/rom/amiga-os-130.rom to /uae/roms/kick.rom on your 
SD card

3. Copy /Amiga Files/Shared/rom/amiga-os-xx.rom to /uae/roms/kickxx.rom on your 
SD card following this mapping:

    uae/roms/amiga-os-120.rom to /uae/roms/kick12.rom
    uae/roms/amiga-os-130.rom to /uae/roms/kick13.rom
    uae/roms/amiga-os-205.rom to /uae/roms/kick205.rom
    uae/roms/amiga-os-310.rom to /uae/roms/kick31.rom 

Note that amiga-os-130.rom must be copied twice. 

Note that you have to change the name of the rom files as described above.

I have just released a new UAE Wii version.

Original comment by olimpier...@gmail.com on 23 Jan 2015 at 6:17

GoogleCodeExporter commented 9 years ago
In the uaerc file there is the configuration of the rom files:

wii.rom_path=/uae/roms
kickstart_rom_file=/uae/roms/kick.rom
kickstart_key_file=$(FILE_PATH)/rom.key

The minimum rom files are kick.rom and rom.key to be put in /uae/roms directory.
rom.key is necessary for amiga forever roms which are encrypted.

Original comment by olimpier...@gmail.com on 23 Jan 2015 at 6:30