Search found 247 matches

by uyjulian
Mon Apr 13, 2026 5:24 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

Not yet. Once I clean up (mainly related to the other uae_core impls already in tree) and test some things (mainly other architectures) I plan to do so.
by uyjulian
Sun Apr 12, 2026 1:53 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

I implemented the ARAnyM use_core changes on top of kanjitalk755 fork. It is in branch kanjitalk755_aranym_wip
by uyjulian
Thu Mar 19, 2026 1:54 am
Forum: SheepShaver
Topic: 3D acceleration, the SheepShaver way
Replies: 16
Views: 1741

Re: 3D acceleration, the SheepShaver way

Nice job!

For reference, what kind of benchmark scores do you get with MacBench 4.0? (focusing on graphics scores)
by uyjulian
Tue Sep 23, 2025 2:33 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

I applied latest ARAnyM changes to uae_core as of September 23 2025 to my fork of BasiliskII, core_cleanup branch.

Mainly floating point rounding mode correctness, shift masking, and accurate PC.
by uyjulian
Wed Sep 22, 2021 3:04 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

It seems like Hatari UAE core is more updated then ARAnyM's core. I'll see if I can integrate the changes...
by uyjulian
Wed Sep 22, 2021 2:58 am
Forum: QEMU
Topic: A/UX userspace emulation on QEMU?
Replies: 6
Views: 20438

A/UX userspace emulation on QEMU?

Does QEMU support userspace emulation of A/UX programs yet?

One main reason is that I'm looking into porting a newer version of GCC to compile executable for A/UX and it would be much faster to test using the same filesystem as the host instead of copying the executable into the disk image every ...
by uyjulian
Wed Sep 15, 2021 4:43 pm
Forum: Mini vMac and Other Mac Emulators
Topic: My fork of Shoebill
Replies: 2
Views: 19682

Re: My fork of Shoebill

It's the first I saw. I'll probably try it out myself later
by uyjulian
Mon Aug 31, 2020 7:28 am
Forum: Basilisk II
Topic: Higher your monitor's resolution, tinier Basillisk's screen.
Replies: 23
Views: 17390

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
by uyjulian
Sun Aug 23, 2020 11:18 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

Updated with latest ARAnyM changes.

I still need to figure out why "idlewait" hangs randomly…
by uyjulian
Wed Aug 12, 2020 6:42 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

Re: My fork of Basilisk II

kanjitalk755 wrote:
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
The issue will be fixed with the following commit:

https://github.com/kanjitalk755/macemu/ ... c82f828bac
Cool. I'll check it out
by uyjulian
Tue Jul 28, 2020 4:53 pm
Forum: Basilisk II
Topic: SDL2 scale up and scale down enhancement
Replies: 10
Views: 7856

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 ...
by uyjulian
Tue Jun 30, 2020 11:51 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

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 ...
by uyjulian
Mon Jun 29, 2020 4:43 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

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
by uyjulian
Thu Jun 25, 2020 4:20 pm
Forum: QEMU
Topic: The Quadra 800 coming to Qemu
Replies: 42
Views: 32752

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 ...
by uyjulian
Mon Feb 24, 2020 10:12 pm
Forum: Basilisk II
Topic: Higher your monitor's resolution, tinier Basillisk's screen.
Replies: 23
Views: 17390

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 ...
by uyjulian
Mon Feb 24, 2020 4:07 pm
Forum: Basilisk II
Topic: Higher your monitor's resolution, tinier Basillisk's screen.
Replies: 23
Views: 17390

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.
by uyjulian
Sun Feb 23, 2020 7:34 pm
Forum: Basilisk II
Topic: Higher your monitor's resolution, tinier Basillisk's screen.
Replies: 23
Views: 17390

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.
by uyjulian
Sun Jan 12, 2020 3:52 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 25
Views: 27403

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)
by uyjulian
Mon Dec 09, 2019 1:37 pm
Forum: Basilisk II
Topic: Basilisk II CPU usage and excessive temperatures on 10.15
Replies: 18
Views: 9486

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)
by uyjulian
Fri Dec 06, 2019 6:28 pm
Forum: SheepShaver
Topic: Issue with "Unix" on APFS file systems
Replies: 12
Views: 7178

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 ...
by uyjulian
Sun Dec 01, 2019 11:47 pm
Forum: Basilisk II
Topic: Basilisk II GUI native to OS X/macOS
Replies: 97
Views: 52138

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.
by uyjulian
Wed Oct 16, 2019 5:18 pm
Forum: Basilisk II
Topic: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2SD
Replies: 4
Views: 6121

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 ...
by uyjulian
Wed Oct 16, 2019 4:55 pm
Forum: Basilisk II
Topic: .DSK-Compatibility vMac and Basilisk, HFVExplorer, SCSI2SD
Replies: 4
Views: 6121

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.
by uyjulian
Mon Sep 23, 2019 9:49 pm
Forum: Basilisk II
Topic: Basilisk II on Raspberry Pi
Replies: 6
Views: 5687

Re: Basilisk II on Raspberry Pi

Haemogoblin wrote:So I think what we are saying is, the RPi can’t emulate PPC?
If you want QEMU on Raspberry Pi, go compile it yourself. It may also be in the repositories.
by uyjulian
Sun Sep 22, 2019 12:04 am
Forum: Basilisk II
Topic: Basilisk II on Raspberry Pi
Replies: 6
Views: 5687

Re: Basilisk II on Raspberry Pi

If you want to emulate a PPC, use QEMU or SheepShaver.