English Amiga Board


Go Back   English Amiga Board > Requests > request.UAE Wishlist

 
 
Thread Tools
Old 16 February 2018, 06:48   #81
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
I was finally able to manage .cop and .zom files for which i asked in this thread the support

I report here how to do with these kind of disks, perhaps it can be helpful to someone

For .cop you need a program which is in a disk called "Simplex Tools 2 (1993)(MSPI).adf" that can be easily found in TOSEC

For .zom files you need a program called "Zoom_5.4.lha" that can be easily downloaded from aminet

Both the programs allows the conversion to the normal ADF file, that can be read by WinUAE
chip is offline  
Old 16 February 2018, 06:59   #82
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
now a little late, but there is an archiver website, with all those tools.
www.amiga-stuff.com archivers-download
emufan is offline  
Old 16 February 2018, 10:38   #83
andyhants
Registered User
 
Join Date: Nov 2013
Location: Hampshire England
Posts: 184
Quote:
Originally Posted by Toni Wilen View Post
Following features are planned for the future, I may implement one (or two? or none!) in next version.

- Amiga multimonitor support, as in support for having for example chipset display and RTG display open at the same time (in separate host windows).
Hi Toni forgive me if you have added a more recent response on this but I for one would really appreciate the multi-monitor or in my case multi-window support function added. I run AmiKit & there are I'm sure several instances where it's running a non RTG demo ( you can hear the music) but it's 'stuck' in RTG display mode. Doesn't always happen & there are more instances where it does flip in & out of native display mode ok but being able to have separate windows defined for native & RTG display modes would be a really valuable addition.
andyhants is offline  
Old 16 February 2018, 16:10   #84
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
In your proposals, the multi monitor have my point.
But if possible , not just multi windows but 2 real monitors support.
turrican3 is offline  
Old 16 February 2018, 18:13   #85
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Quote:
Originally Posted by turrican3 View Post
In your proposals, the multi monitor have my point.
But if possible , not just multi windows but 2 real monitors support.
It is mostly automatic but note that it can only work in full-window mode, fullscreen mode in more than one monitor is not possible.

Quote:
Originally Posted by andyhants View Post
Hi Toni forgive me if you have added a more recent response on this but I for one would really appreciate the multi-monitor or in my case multi-window support function added. I run AmiKit & there are I'm sure several instances where it's running a non RTG demo ( you can hear the music) but it's 'stuck' in RTG display mode. Doesn't always happen & there are more instances where it does flip in & out of native display mode ok but being able to have separate windows defined for native & RTG display modes would be a really valuable addition.
I'll try to implement this again after 3.6.1 is out

Note that you can press END+F9 to switch monitors and it is usually better option in your use case. (Than watching demo in another window with other window showing frozen RTG screen)
Toni Wilen is offline  
Old 28 February 2018, 02:39   #86
B14ck W01f
m68k all the way
 
Join Date: Aug 2011
Location: Koalaland
Posts: 523
Toni,
This request is long-winded, so bear with me please...

I previously tried out emulating a specific HD for use with the A2090a by finding out what geometry settings it uses and entering them, but I found out that it does not matter if the geometry settings are correct, you must enter the correct file size as well, otherwise preparing the HD in WB will generate an Error -1 or a read/write error.

I am proposing a button to be implemented in the Hardfile settings that says something such as “Hard Drives”. Click on this, and the resulting dialog box will show a list of hard drives. EXample:

Miniscribe 8455
Miniscribe 8455F
Rodime RO-3055
Toshiba MK-134FA

But since there are too many hard drives that can be implemented inside Amiga machines, limit this list to 20 or 30 hard drives.

Click on OK and the geometry settings are filled automatically, and the file size will be revealed. The user can then choose to create the HDF.

This feature should make it easy for users that don’t want to guess what the file size should be.
B14ck W01f is offline  
Old 28 February 2018, 11:26   #87
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Quote:
Originally Posted by B14ck W01f View Post
I previously tried out emulating a specific HD for use with the A2090a by finding out what geometry settings it uses and entering them, but I found out that it does not matter if the geometry settings are correct, you must enter the correct file size as well, otherwise preparing the HD in WB will generate an Error -1 or a read/write error.
Image size is not important as long as it is same or larger than drive size.

Quote:
I am proposing a button to be implemented in the Hardfile settings that says something such as “Hard Drives”. Click on this, and the resulting dialog box will show a list of hard drives. EXample:
Not worth the trouble. Use of A2090 or non-SCSI/IDE drives is extremely advanced user feature. Adding it to GUI and making it too easy would be really misleading for normal users. (They would assume only listed drives can be used)
Toni Wilen is offline  
Old 03 April 2018, 11:26   #88
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Multimonitor support is finally happening. Current feature plan is:

- Default works like previously, single output with virtual super-switcher-box that automatically/manually with END+F9 can switch virtual Amiga monitors in single WinUAE window.
- Native (chipset) mode output is always mapped to first (default) "monitor".
- Each RTG board/Video port graphics adapter can be moved from default monitor "switch box" to different monitor. Any extra monitor can only have single "video cable" connected, on the fly switching won't be supported.

For example:

- native in first window.
- uaegfx in second window. If program is run that takes over hardware and won't switch RTG off (no proper startup code), program will appear in native mode window normally with uaegfx window still active. (which appears frozen). Both windows are still updated in real-time if program also updates rtg board's VRAM or changes modes etc..
- video port adapter in 3rd window, like A2024, OpalVision, Toaster (when/if it gets emulated) etc.. Or another RTG board.

Physical multi-monitor probably will be supported by 1:1 mapping virtual Amiga monitors to physical monitors. Full-window mode only. Fullscreen won't be supported, it is not possible to have multiple fullscreen mode monitors active simultaneously.

native/uaegfx multi-window mode is already working. First official beta will be released when multi-window mode gets stable enough.
Toni Wilen is offline  
Old 03 April 2018, 17:48   #89
andyhants
Registered User
 
Join Date: Nov 2013
Location: Hampshire England
Posts: 184
Wahey sounds spot-on Toni !
andyhants is offline  
Old 07 April 2018, 15:28   #90
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Virtual multimonitor status report:

- uaegfx RTG in separate window: done.
- any video port adapter in separate window: done.
- hardware emulated RTG boards/x86 bridgeboard VGA: almost done.

Last edited by Toni Wilen; 07 April 2018 at 22:14.
Toni Wilen is offline  
Old 07 April 2018, 22:14   #91
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Almost there..
Attached Thumbnails
Click image for larger version

Name:	multimonitor.png
Views:	322
Size:	254.1 KB
ID:	57711  
Toni Wilen is offline  
Old 08 April 2018, 12:50   #92
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
Very impressive, thanks Toni!
Leandro Jardim is offline  
Old 08 April 2018, 13:14   #93
White
Registered User
 
White's Avatar
 
Join Date: Sep 2016
Location: italy
Posts: 1,480
Hi Toni,
thanks for this new implementation in winuae
White is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
some suggestions for future winuae versions honx request.UAE Wishlist 9 26 March 2017 12:22
New feature in WinUAE amigafreak68k support.FS-UAE 0 31 December 2014 18:57
Comments and suggestions markpjd Amiga websites reviews 0 14 May 2014 17:47
Suggestions for a winuae.net refresh NewDeli Amiga websites reviews 0 20 September 2009 19:56

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:00.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09553 seconds with 16 queries