English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 24 May 2020, 07:03   #141
torsti76
Registered User
 
Join Date: May 2018
Location: Germany, Baden-Wuerttemberg
Posts: 387
Quote:
Originally Posted by JimDrew View Post
Can you explain what you mean by this? Does FUSION give you an error message or something? FUSION just does a standard device driver Open() with the unit passed in. If the device driver fails to open then it would report an error (fail to start the emulation).
No, Fusion doesn't give me an error message. The problem only manifests itself "inside" the emulation:

When I set up Fusion with the enc624j6net.device unit 0, it successfully starts and boots into my generic MacOS 8.1 installation. But in MacOS, it fails to recognize the card as an 'Ethernet' device. Any previous TCP/IP settings are ignored and if I dare to open the TCP/IP control panel in MacOS, it tells me that the previously chosen 'Ethernet' is no longer available and that it's falling back to 'MacIP'. This isn't particularly useful if the main goal is to get the virtual Mac to connect to the internet.

The described behaviour can be seen with other network devices I tried as well, e.g. x-surf100.device (for the X-Surf 100 card by Individual Computers) or mediatornet.device (for Realtek 8029 10 Mbit cards in a Mediator).

BUT, there are also devices that behave as I would have expected. With those devices, the MacOS TCP/IP control panel shows 'Ethernet' as a choice in the top toggle field where one can select between 'PPP', 'MacIP' and so on. If I chose 'Ethernet' there, I can set up IP address, netmask, gateway, etc. and the emulated Mac is able to connect to the internet as well as to my local Linux boxes, etc.
Examples for such working drivers are fastethernet.device (for Realtek 8039 cards in a Mediator) or nullsana.device (a kind of virtual bridge device that can be found on aminet).

What puzzles me is the question what the difference between those device drivers might be that for some drivers 'Ethernet' in MacOS is possible and for some it isn't. I hope, you can shed some light on this...
torsti76 is offline  
Old 24 May 2020, 20:28   #142
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Whatever device is used MUST be fully SanaII compliant. It sounds like these devices (their device drivers) are missing some of the functionality that is required for the Mac to see them as Ethernet devices.
JimDrew is offline  
Old 24 May 2020, 20:54   #143
torsti76
Registered User
 
Join Date: May 2018
Location: Germany, Baden-Wuerttemberg
Posts: 387
Quote:
Originally Posted by JimDrew View Post
Whatever device is used MUST be fully SanaII compliant. It sounds like these devices (their device drivers) are missing some of the functionality that is required for the Mac to see them as Ethernet devices.
I've got a debug version of the enc624j6net.device from its developer and will try to find out what's missing there.

I'm positive we'll figure it out.
torsti76 is offline  
Old 01 June 2020, 02:18   #144
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Yeah, just log the device driver function calls that are attempted. The device driver is suppose to return -1 (not supported) when there is call that is not supported.
JimDrew is offline  
Old 11 July 2021, 13:12   #145
OSH
Registered User
 
OSH's Avatar
 
Join Date: Oct 2003
Location: Poland
Age: 43
Posts: 142
Well, this topic is quite old. But I read about iso.device which helps mount .toast image on Amiga side. So can I have more informatiuons please? Jim?

And you said:

That is not true. You do not need a MMU ever. None of the video drivers for FUSION that actually *requires* a MMU. There is a definite speed difference though when you don't have a MMU! The MMU can be used to determine when the Mac video memory has been changed and trigger an update in the Amiga screen.

But in the Fusion guide I read:

"This driver opens screens the MAC can draw into
directly on any Picasso96 compatible card. If you do not have an MMU,
only 256 colors are supported. The PicassoIV and PiccoloSD64 both support
direct thousands mode with an MMU. The CyberVision supports direct thous-
ands and millions modes with an MMU. There is no CyberVision3D driver for
Picasso96 at this time. All other cards only support 256 colors. Cards
with blitters can be used to accelerate the MAC video".

So do I need MMU for p96DirectXL and thousands/millions colors mode or not?

Last edited by OSH; 12 July 2021 at 08:40. Reason: added some content
OSH is offline  
Old 14 August 2021, 06:21   #146
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
The iso.device driver that I created lets you use that to emulate the low-level functions of a CD-ROM drive, using just the .iso image file. This is not for the Amiga, but I guess you could make a DOSDriver or mountlist image with a filesystem handler to allow the Amiga side to read the data.

The P96DirectXL is 256 color only for the Picasso II and other boards without the MMU. You have to use the P96Refreshed driver in order to have thousands/millions support without the MMU.

Incidentally, I just saw you question (a month later). Questions about my products should be addressed to me via the support forum on my website: www.cbmstuff.com
JimDrew is offline  
Old 30 November 2021, 21:22   #147
reflex
Registered User
 
Join Date: Jun 2018
Location: Napoli
Posts: 47
hello Jim,
i use Fusion on my heavy expanded Amiga 4000 and I successfully managed to install MacOS 8.1 with a quadra 950 rom but everytime I launch the program i get the message "unable to inizialize audio device" or something like this, i have to disable audio to start the emulator.
What could cause this strange behavior?
reflex is offline  
Old 05 December 2021, 11:31   #148
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
What are using for audio, PAULA directly or a device driver like AHI?
JimDrew is offline  
Old 27 April 2022, 06:33   #149
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,773
Have I missed something ??? looks like theres a new version of Fusion
Fusion 4

https://www.cbmstuff.com/index.php?r...&product_id=98

If I haven't missed this should probably go in the news thread.
Retro1234 is offline  
Old 27 April 2022, 08:17   #150
torsti76
Registered User
 
Join Date: May 2018
Location: Germany, Baden-Wuerttemberg
Posts: 387
Yeah, and it's coming soon for more than a year now...
torsti76 is offline  
Old 04 May 2022, 05:09   #151
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Yeah.. I have been waiting for over a year for the various FPGA Amiga emulation authors to finish the video driver hooks that are suppose to be added for supporting direct frame buffer access. These will allow for higher resolutions and accelerated graphics with several of the FPGA configurations. I don't want to go back and add this support later, and I have an all-new video driver core (every video driver is different from the previous FUSION versions).

I am not sure how much more I will wait though.
JimDrew is offline  
Old 04 May 2022, 10:10   #152
jayminer
Registered User
 
jayminer's Avatar
 
Join Date: Jun 2015
Location: UmeƄ / Sweden
Posts: 266
Any chance of some kind of virtual floppy support in the updated fusion? Would be nice to be able to make an installation of MacOS on an Amiga with only a DD drive using disk images instead!
jayminer is offline  
Old 07 May 2022, 03:08   #153
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
You have always had that option with FUSION (even EMPLANT's Mac emulation). Just use a disk image file as a hard drive image file (hardfile). FUSION automatically knows based on the size of the hardfile image and will display a floppy disk icon instead of a hard drive icon.
JimDrew is offline  
Old 07 May 2022, 09:37   #154
torsti76
Registered User
 
Join Date: May 2018
Location: Germany, Baden-Wuerttemberg
Posts: 387
Quote:
Originally Posted by JimDrew View Post
I am not sure how much more I will wait though.
Jim, just a thought:

With all the new accelerators available at the moment for classic Amiga machines there's an increasing stockpile of yet-to-be better Macs, which are just waiting for the proper software to be commercially available (again).

That said, how about just making a fait accompli and providing the FPGA guys with an API as YOU see fit?
torsti76 is offline  
Old 07 May 2022, 09:42   #155
jayminer
Registered User
 
jayminer's Avatar
 
Join Date: Jun 2015
Location: UmeƄ / Sweden
Posts: 266
Quote:
Originally Posted by JimDrew View Post
You have always had that option with FUSION (even EMPLANT's Mac emulation). Just use a disk image file as a hard drive image file (hardfile). FUSION automatically knows based on the size of the hardfile image and will display a floppy disk icon instead of a hard drive icon.

That's nice, but then it's not possible to change disks while the emulation is running, right? Having some options for ejecting and inserting a new disk would open up many possabilities, especially now in the days of there being lots of floppy images on places like archive.org. And it would be nice to be able to install System 7 more easily on a computer with only a DD drive.
jayminer is offline  
Old 16 May 2022, 20:53   #156
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Quote:
Originally Posted by torsti76 View Post
Jim, just a thought:

With all the new accelerators available at the moment for classic Amiga machines there's an increasing stockpile of yet-to-be better Macs, which are just waiting for the proper software to be commercially available (again).

That said, how about just making a fait accompli and providing the FPGA guys with an API as YOU see fit?

Well, that's been the problem really. I have been at the mercy of these guys and their indecisions. I already made a complete spec of the new emulation helper plug-in card I designed for the Amiga, which can also be made virtually (FPGA) and that has the video info in the spec.

At some point in the not-so-distant future I am just going to require adhering to what I designed with no chance of input. The changes I made allow the use of higher screen resolutions (along with their colors modes), than what existed on the Macs of the era. This required the entire video driver core to be re-written and it WAS an opportune time for FPGA emulator folks to chime in and setup a portal to the frame buffer info.
JimDrew is offline  
Old 16 May 2022, 20:56   #157
JimDrew
Registered User
 
Join Date: Dec 2013
Location: Lake Havasu City, AZ
Posts: 741
Quote:
Originally Posted by jayminer View Post
That's nice, but then it's not possible to change disks while the emulation is running, right? Having some options for ejecting and inserting a new disk would open up many possabilities, especially now in the days of there being lots of floppy images on places like archive.org. And it would be nice to be able to install System 7 more easily on a computer with only a DD drive.

The Mac lets you "eject" any type of removable media. Just select the icon and go to the pull-down menu and select the EJECT option. With FUSION you can flip screens and change the disk image.

You can of course just use a CD-ROM drive with the MacOS installer CD. The new version of FUSION has an ISO driver that lets you mount various forms of Mac CD ROM image files (.iso, .toast, .bin, etc.)
JimDrew is offline  
Old 19 October 2022, 16:11   #158
Tomtom76
Registered User
 
Join Date: Feb 2021
Location: Moreton/England
Posts: 22
Anybody running Fusion on TF1260? No luck for me using AmiRefresh. Other video drivers works but obviously slower.
Tomtom76 is offline  
Old 19 October 2022, 16:16   #159
Marce
Banned
 
Join Date: Oct 2021
Location: SA
Posts: 283
Quote:
Originally Posted by Tomtom76 View Post
Anybody running Fusion on TF1260? No luck for me using AmiRefresh. Other video drivers works but obviously slower.
perhaps your 060 is the eco version without MMU ?
otherwise if u have a full 060 disable super scalar cache, then run fusion
confirm
Marce is offline  
Old 19 October 2022, 17:06   #160
Tomtom76
Registered User
 
Join Date: Feb 2021
Location: Moreton/England
Posts: 22
Its LC version. Probably most popular with TerribleFire 1260. So MMU is present but no FPU. What interesting is Fusion says FPU is build in which is not true. BTW. How to disable super scalar cache? I`m new with that stuff and need to learn
Tomtom76 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
Fusion MAC emul back to wb keys clauddio support.Apps 0 15 March 2012 02:35
Fusion Mac emu DDNI request.Apps 47 12 March 2009 01:21
Mac emulator Fusion panos_pit request.Apps 2 26 October 2008 15:58
Were to get Mac os for emulator? adonay request.Other 12 28 February 2008 16:07
Damn Mac games fly in Fusion!! DDNI Amiga scene 1 04 June 2007 01:44

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 15:21.

Top

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