Search found 243 matches

by uyjulian
Wed Sep 22, 2021 3:04 am
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 21
Views: 15671

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: 5
Views: 8104

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 tim...
by uyjulian
Wed Sep 15, 2021 4:43 pm
Forum: Mini vMac and Other Mac Emulators
Topic: My fork of Shoebill
Replies: 2
Views: 14132

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: 9572

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: 21
Views: 15671

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: 21
Views: 15671

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: 4656

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

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

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: 21830

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: 9572

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 ...
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: 9572

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: 9572

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: 21
Views: 15671

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: 6667

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: 5276

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

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: 4521

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

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: 4528

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: 4528

Re: Basilisk II on Raspberry Pi

If you want to emulate a PPC, use QEMU or SheepShaver.
by uyjulian
Mon Sep 02, 2019 7:49 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 21
Views: 15671

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.
by uyjulian
Sun Sep 01, 2019 10:35 pm
Forum: Basilisk II
Topic: My fork of Basilisk II
Replies: 21
Views: 15671

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...
by uyjulian
Mon Mar 04, 2019 9:22 pm
Forum: Off Topic
Topic: Is E-Maculation dying?
Replies: 13
Views: 6241

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...
by uyjulian
Fri Feb 01, 2019 2:43 am
Forum: Basilisk II
Topic: Unix Root folder disappeared suddenly
Replies: 3
Views: 2876

Re: Unix Root folder disappeared suddenly

If you want shared folders to work on System 7, install "File System Manager" extension.