-
The `Paddle` class is somewhat misnamed (a paddle is one-dimensional, a joystick is two paddles), but more importantly only supports one joystick when AppleWin supports two.
I don't think there are…
-
There are some good synth programs for the Apple IIgs and it would probably not be incredibly difficult to add MIDI support if modern hardware interfaces have some easily portable C lib.
-
Title
.toolTip{
clear:both;
}
.toolTip li{
list-style: none;
float:left;
margin-left: 50px;
…
-
There may already be a way to do this, but I'm looking for a way to define a segment to align everything towards the end of the memory space instead of from the beginning.
I define these two segmen…
-
The ALF music jukebox disk (which plays the same songs as the Phasor disks) has Ensoniq playback.
I’d like to see some sort of patcher that can play MB content through Ensoniq for total replay.
…
-
[MTLTextureDescriptorInternal validateWithDevice:]:1325: failed assertion `Texture Descriptor Validation
MTLTextureDescriptor has width (8704) greater than the maximum allowed size of 8192.
Th…
-
Master.DSK
What exactly is this disk image?
From where did it originate?
Is it documented in AppleWin help?
Is it documented in GITHUB?
The name "Master" might lead me to believe it is one of…
-
Dispatch could be 3 cycles faster by:
1) Moving it to ZP and using abs,y instead of (zp),y addressing
2) Relying on branch/call to avoid iptr offset overflow BMI check
Ex: PLASMA 2.0 FetchOp:
ht…
-
Mednafen has support for custom user generated Palettes:
"Custom palettes for a system should generally be named .pal, IE "snes.pal", "pce.pal", etc., and placed in the "palettes" directory beneath t…
-
I have found a quite specific conio issue that only happens
1) on the Laser 128EX Apple //c clone
2) when in VIDEOMODE_80COLS
3) when WNDLFT > 0
In this setup, the horizontal offset is not offse…