WinUAE consists just of one .exe file. You can up/down/sidegrade forth and back simply by exchanging the winuae.exe or winuae64.exe file. Or run renamed winuaexxx.exe files with different versions from the same directory.Elowan wrote:So I need to upgrade from 3.3 to the latest and greatest
Search found 293 matches
- Tue Sep 13, 2016 5:34 pm
- Forum: General AmigaOS
- Topic: Even better support in emulated environments
- Replies: 26
- Views: 18898
Re: Even better support in emulated environments
- Tue Sep 13, 2016 1:30 pm
- Forum: General AmigaOS
- Topic: Even better support in emulated environments
- Replies: 26
- Views: 18898
Re: Even better support in emulated environments
You need WinUAE 3.4 (currently in beta stage). Then you can add several RAM boards and select a Manufacturer and Product ID for each.
- Mon Sep 12, 2016 4:26 pm
- Forum: General AmigaOS
- Topic: Even better support in emulated environments
- Replies: 26
- Views: 18898
Re: Even better support in emulated environments
You don't need to configure it, it just works. If you put a ZorRAM in, it is used as swap. Use the memstat command to check.
- Fri Jul 29, 2016 7:54 am
- Forum: General Developer Support
- Topic: Crash using button.gadget+bitmap.image
- Replies: 18
- Views: 7477
Re: Crash using button.gadget+bitmap.image
@javierdlr: You should be aware that while your window is iconified, the user can close the workbench screen. So when you uniconify the screen can be a different one. This means that before you iconify you have to free all objects which got the screen pointer, for example every bitmap image with the...
- Thu Jul 28, 2016 9:30 am
- Forum: General Developer Support
- Topic: Crash using button.gadget+bitmap.image
- Replies: 18
- Views: 7477
Re: Crash using button.gadget+bitmap.image
You must not dispose an image which is still connected to a button. Either detach the image from the button before you dispose it (which might impose flicker) or attach the new image to the button and then dispose the old one.
- Sat Jun 18, 2016 10:50 am
- Forum: General AmigaOS
- Topic: Preparing HDD or CF card for A1200 on Os4.1 NG (X1000/Sams)
- Replies: 11
- Views: 10742
Re: Preparing HDD or CF card for A1200 on Os4.1 NG (X1000/Sa
Erm, actually I meant the USB disk with the SDH4 partition on it. All I can see here is that I have to change the way how HDDReport deals with unknown partition types. Your Linux data surely is not at risk. And you gave three partitions the same name (dhx). I would give them descriptive names like f...
- Sat Jun 18, 2016 10:36 am
- Forum: General AmigaOS
- Topic: Documentation for WBPattern tooltypes/CLI options
- Replies: 9
- Views: 10377
Re: Documentation for WBPattern tooltypes/CLI options
I am quite sure that LEFT / TOP / WIDTH / HEIGHT refer to the window of the WBPattern program, not to the pattern itself.
- Thu Jun 16, 2016 7:25 am
- Forum: General AmigaOS
- Topic: Preparing HDD or CF card for A1200 on Os4.1 NG (X1000/Sams)
- Replies: 11
- Views: 10742
Re: Preparing HDD or CF card for A1200 on Os4.1 NG (X1000/Sa
If you needed to add a file system to the HDD to make it work, then it didn't work on 68k OS, either. Or it was a second harddrive when the first one had the needed file systems added to it. The mask error should go away if you change the mask to 0xffffffff. Or check the mask for SDH0-SDH3 and use t...
- Mon May 30, 2016 8:43 pm
- Forum: General AmigaOS
- Topic: Preparing HDD or CF card for A1200 on Os4.1 NG (X1000/Sams)
- Replies: 11
- Views: 10742
Re: Preparing HDD or CF card for A1200 on Os4.1 NY Amiga
What you enter into Media Toolbox does not matter until you save changes to disk. If you get a Grim Reaper from Media Toolbox, it is a bug which should be fixed. If you add an older version of a file system to a disk, it should not matter, either. AmigaDOS always uses the highest version of a file s...
- Thu May 12, 2016 10:00 pm
- Forum: General Developer Support
- Topic: UI Style Guide Shell WIKI - templates
- Replies: 5
- Views: 7891
Re: UI Style Guide Shell WIKI - templates
There is nothing wrong with the template. An absent /K does not mean you may not use keywords, you just don't need to specify them. If you want to reorder the arguments, you can still use the keywords. For example if the template is TITLE,BODY,BUTTON you can use: Greetings "Hello World" Ok...