Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Wack0/maciNTosh

Tags

grackle-v0.08

Toggle grackle-v0.08's commit message
readme: update for old world and other changes/bugfixes

mac99-v0.03

Toggle mac99-v0.03's commit message
stage1(nvda): set the framebuffer offset to zero like OS9 NDRV does

should fix framebuffer weirdness.

mac99-v0.02

Toggle mac99-v0.02's commit message
unin(stage1): wrong conditional lol

mac99-v0.01

Toggle mac99-v0.01's commit message
readme: modifications for uni-north/mac99

v0.07

Toggle v0.07's commit message
arcfw(cdfs): when opening file without extension also check for filen…

…ame with dot suffix

NT 3.51 PMZ has setupldr actually named "setupldr.", so this is required there. Fixes #33 .

v0.06

Toggle v0.06's commit message
inc(runtime): changes for uni-north, slight bugfixes

detect big endian hardware by IBAT3L bit 0 (which HAL should set as early as possible)
remove all the old cursed-emulator stuff, replace with the MSR_LE address munge operation (applying it twice is equal to no operation)
fix Mmio(Read|Write)Buf32 to actually operate on 32-bit data
add PCI slot interrupt info to runtime headers (for uni-north)

v0.05

Toggle v0.05's commit message
arcfw: make the comment accurate

v0.04

Toggle v0.04's commit message
arcfw: fix mfpvr instruction patching

this isn't my cursed big endian hackfest, the correct endianness is little

v0.03

Toggle v0.03's commit message
arcfw: show if ramdisk loaded, allow loading it again if it didn't

Workaround to the load attempt being too fast for some devices.

v0.02

Toggle v0.02's commit message
stage1: ati set depth bugfixes

- Add preliminary support for Rage128/Rage4, which has MMIO registers in different locations;
- DSP_CONFIG was writing to the wrong half, rewrite to what is actually happening on Lombard with the value set by fcode there