-
Hi, I've been using AppleWin sin 1.26.1.1 from 2017 and have used it quit a lot in 2018-2021 for updating some Apple II/IIe source codes I developed back in 1978-1987 I used in the laser entertainmen…
-
I'm reporting here since there seems to be no repository for reporting hardware issues. Currently, YM2151 can't be read reliably at a full 8 MHz bus clock which is too fast. This means that its busy f…
-
Just wondering if there is anyone in the project considering adding support for 8 bit micros, such as 6502, 6809 and z80?
(this is not a feature request nor an offer to create those, just asking if…
gtoal updated
4 years ago
-
The following code should set the carry flag, but does not:
SED; LDA #$80; ADC #$80
-
In various pieces of compiler generated code you find patterns of the form
STA $08
STX $09
JMP $0008
which breaks on the HuC (DP at $2000) and also on 65c816 if you are running code outside of…
-
* ~~new extapi16 call - must call in native mode, emx=0~~
* ~~new extapi call (not specific to 65C816 support but first implemented in the branch)~~
* 65C816 opcode documentation
* X16 platform-spe…
-
Has anyone ever asked for the EDM? JACE supports it.
The ROM and instructions are available here:
http://www.jamtronix.com/blog/2007/05/24/apple-extended-debugging-monitor/
Obviously it's not rea…
tomcw updated
4 years ago
-
I would love to see some video drivers with sprite support.
I haven't written VGA drivers for the propeller so I don't know how challenging this would be. But here is what **_I personally_** would lo…
-
Hello,
Using ADTPro in a machine that has an UltraWarp accelerator installed has issues with screen corruption when receiving packets with an Uthernet.
The issue appears to be caused by the unil…
-
Hi,
I think the write command is getting locked up when writing chunks of data.
Running
```
sxb write 0x1000 blink.bin
sxb read -t 0x1000 0x160
```
and the read never returns. I have …