- fixed endianess bug in printf
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 31 Jan 2021 19:08:33 +0000 (21:08 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 31 Jan 2021 19:08:33 +0000 (21:08 +0200)
commitfe302bc16e0daf7fc933d76f802d008c7f541f55
treef193cb941496b76cf47896036cd7a43c59de8f20
parentd166ef254c06ffbf7e4bb0450bd7d52e5ea82b0f
- fixed endianess bug in printf
- added memdump function
- added script to start a pty connected to the emulator
src/amiga/libc/stdio.c
src/amiga/mem.c
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
uaeterm [new file with mode: 0755]