Search found 240 matches
- Mon Aug 31, 2020 7:28 am
- Forum: Basilisk II
- Topic: Higher your monitor's resolution, tinier Basillisk's screen.
- Replies: 23
- Views: 3756
Re: Higher your monitor's resolution, tinier Basillisk's screen.
There is also the scale up fork here, which lets you resize the window on runtime: viewtopic.php?f=6&t=10713
- Sun Aug 23, 2020 11:18 pm
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
Updated with latest ARAnyM changes.
I still need to figure out why "idlewait" hangs randomly…
I still need to figure out why "idlewait" hangs randomly…
- Wed Aug 12, 2020 6:42 am
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
Cool. I'll check it outkanjitalk755 wrote:The issue will be fixed with the following commit:uyjulian wrote:Okay, it seems like the random hang on startup is caused by the SDL2 code. See https://github.com/cebix/macemu/issues/203
https://github.com/kanjitalk755/macemu/ ... c82f828bac
- Tue Jul 28, 2020 4:53 pm
- Forum: Basilisk II
- Topic: SDL2 scale up and scale down enhancement
- Replies: 10
- Views: 2053
Re: SDL2 scale up and scale down enhancement
As for a 64-bit JIT, could it be borrowed from FS-UAE? I'm actually working on porting the JIT from ARAnyM. See my thread: https://www.emaculation.com/forum/viewtopic.php?f=6&t=9674 I plan to submit changes to both ARAnyM and Basilisk II after I am finished with my changes and the issues are ir...
- Tue Jun 30, 2020 11:51 am
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
Okay, it seems like the random hang on startup is caused by the SDL2 code. See https://github.com/cebix/macemu/issues/203 I proposed several solutions in the issue. I will go for the solution that use memory banks addressing. But I dont know the performance hit, compared to direct addressing. I dow...
- Mon Jun 29, 2020 4:43 am
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
Okay, it seems like the random hang on startup is caused by the SDL2 code. See https://github.com/cebix/macemu/issues/203
- Thu Jun 25, 2020 4:20 pm
- Forum: QEMU
- Topic: The Quadra 800 coming to Qemu
- Replies: 28
- Views: 9874
Re: The Quadra 800 coming to Qemu
Shoebill loads the kernel from the root filesystem. The A/UX Startup utility isn't used. https://github.com/pruten/shoebill/blob/2b4768daee2227cf19e9556c73afd318f0e8bf8c/core/core_api.c#L637 A/UX userspace emulation would be interesting, just to run the assembler for cross-compiling GCC (since A/UX ...
- Mon Feb 24, 2020 10:12 pm
- Forum: Basilisk II
- Topic: Higher your monitor's resolution, tinier Basillisk's screen.
- Replies: 23
- Views: 3756
Re: Higher your monitor's resolution, tinier Basillisk's scr
Unless you are using a CRT, mode switching should take a toll on the monitor. How can that be? It does nothing else than moving the image on the screen. If this would take a toll on the monitor, watching a movie or playing a game would have a much worse impact on the monitor. Sorry, I meant to add ...
- Mon Feb 24, 2020 4:07 pm
- Forum: Basilisk II
- Topic: Higher your monitor's resolution, tinier Basillisk's screen.
- Replies: 23
- Views: 3756
Re: Higher your monitor's resolution, tinier Basillisk's scr
Unless you are using a CRT, mode switching should not take a toll on the monitor.
If you get stuck in full-screen, you can press Ctrl-Esc to quit the emulator.
If you get stuck in full-screen, you can press Ctrl-Esc to quit the emulator.
- Sun Feb 23, 2020 7:34 pm
- Forum: Basilisk II
- Topic: Higher your monitor's resolution, tinier Basillisk's screen.
- Replies: 23
- Views: 3756
Re: Higher your monitor's resolution, tinier Basillisk's scr
You can set higher resolution for BasiliskII to make use of your monitor's increased resolution.
- Sun Jan 12, 2020 3:52 pm
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
I synchronized changes with ARAnyM again.
There's still the following issues:
1. Program randomly hanging on startup
2. Program not working properly with idlewait option (no events except mouse movement events are delivered)
There's still the following issues:
1. Program randomly hanging on startup
2. Program not working properly with idlewait option (no events except mouse movement events are delivered)
- Mon Dec 09, 2019 1:37 pm
- Forum: Basilisk II
- Topic: Basilisk II CPU usage and excessive temperatures on 10.15
- Replies: 18
- Views: 4184
Re: Basilisk II CPU usage and excessive temperatures on 10.1
It may be possible that 10.15 does not force vsync (while 10.14 does)
- Fri Dec 06, 2019 6:28 pm
- Forum: SheepShaver
- Topic: Issue with "Unix" on APFS file systems
- Replies: 12
- Views: 3687
Re: Issue with "Unix" on APFS file systems
extfs_macosx.cpp and extfs_unix.cpp use different methods of storing resource forks. extfs_macosx.cpp uses the named fork to store the resource fork data: /path/file/..namedfork/rsrc See https://github.com/cebix/macemu/blob/master/BasiliskII/src/MacOSX/extfs_macosx.cpp#L226 extfs_unix.cpp uses helpe...
- Sun Dec 01, 2019 11:47 pm
- Forum: Basilisk II
- Topic: Basilisk II GUI native to OS X/macOS
- Replies: 97
- Views: 23927
Re: Basilisk II GUI native to OS X/macOS
If you want to change the configuration file path, you might be able to inject a dylib and overwrite the pointer to the configuration file path.
- Wed Oct 16, 2019 5:18 pm
- Forum: Basilisk II
- Topic: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2SD
- Replies: 4
- Views: 2864
Re: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2
I know that MiniVMac does write to .dsk images of RAW type. I used that procedure some time ago to write physical floppies from Terminal with dd in OSX. Maybe RAW is the key here too - dd does not like any headers for sure. Maybe this is still of use for you: https://www.emaculation.com/forum/viewt...
- Wed Oct 16, 2019 4:55 pm
- Forum: Basilisk II
- Topic: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2SD
- Replies: 4
- Views: 2864
Re: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2
You need to install SCSI drivers (for example from patched Apple SD HC Setup or LaCie Silverlining) in order for the disk to be usable.
You can open the disk via fusehfs to transfer applications if installing the drivers is too complicated for you.
You can open the disk via fusehfs to transfer applications if installing the drivers is too complicated for you.
- Mon Sep 23, 2019 9:49 pm
- Forum: Basilisk II
- Topic: Basilisk II on Raspberry Pi
- Replies: 6
- Views: 3191
Re: Basilisk II on Raspberry Pi
If you want QEMU on Raspberry Pi, go compile it yourself. It may also be in the repositories.Haemogoblin wrote:So I think what we are saying is, the RPi can’t emulate PPC?
- Sun Sep 22, 2019 12:04 am
- Forum: Basilisk II
- Topic: Basilisk II on Raspberry Pi
- Replies: 6
- Views: 3191
Re: Basilisk II on Raspberry Pi
If you want to emulate a PPC, use QEMU or SheepShaver.
- Mon Sep 02, 2019 7:49 pm
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
The rest of uae_cpu from ARAnyM was merged.
There's still the issue of the program sometimes hanging on startup, and I'm not sure where to start on debugging that issue.
There's still the issue of the program sometimes hanging on startup, and I'm not sure where to start on debugging that issue.
- Sun Sep 01, 2019 10:35 pm
- Forum: Basilisk II
- Topic: My fork of Basilisk II
- Replies: 19
- Views: 8779
Re: My fork of Basilisk II
Synchronized with latest ARAnyM compiler sources. https://i.imgur.com/nZnuanT.png I'm still having the issue where the program may sometimes hang before showing the window, and a SIGKILL is needed to kill the program. It appears that ARAnyM is using fixed addressing with JIT instead of direct addres...
- Mon Mar 04, 2019 9:22 pm
- Forum: Off Topic
- Topic: Is E-Maculation dying?
- Replies: 13
- Views: 4614
Re: Is E-Maculation dying?
Yeah, but according to the Wikipedia page on SheepShaver , this emulator has not had a stable release since its 2.3 release on May 14, 2006. Well, depends on what one calls a stable release. It is the latest release by Gwenole Beauchesne, who abandoned the project shortly after that. Development of...
- Fri Feb 01, 2019 2:43 am
- Forum: Basilisk II
- Topic: Unix Root folder disappeared suddenly
- Replies: 3
- Views: 1996
Re: Unix Root folder disappeared suddenly
If you want shared folders to work on System 7, install "File System Manager" extension.
- Fri Jan 25, 2019 5:27 am
- Forum: SheepShaver
- Topic: Build SheepShaver under Mojave
- Replies: 5
- Views: 2240
Re: Build SheepShaver under Mojave
You can extract the Command Line Tools or Xcode for older versions of macOS and use xcode-select to make them the active toolchain. Find them here: https://developer.apple.com/download/more/ Apple has been making quite a few changes to macOS Mojave. Frame pacing is messed up, different layered rende...
- Wed Dec 26, 2018 8:24 pm
- Forum: General Macintosh Emulation
- Topic: [Rosetta] [SoftPear] Links collection.
- Replies: 10
- Views: 4479
Re: [Rosetta] [SoftPear] Links collection.
It might be better to run them in a VM, and develop graphics and shared folders drivers for Mac OS X, rather than reimplementing all the frameworks from scratch. Once graphics drivers are developed, the UI on the emulated machine should feel like the same performance as the UI on the original machin...
- Tue Nov 06, 2018 1:16 am
- Forum: Mini vMac and Other Mac Emulators
- Topic: Mini vMac 36 officially released
- Replies: 16
- Views: 8057
Re: Mini vMac 36 officially released
You can get max performance with clang by using these compiler options:
Of course, it may only work on your system or systems similar to yours.
Code: Select all
-Ofast -march=native -flto