-
TBP is [indirectly](http://hamsterworks.co.nz/mediawiki/index.php/Arduino_Basic) based on [[Gordon Brandly]'s 68000 Tiny Basic](https://web.archive.org/web/20170306113457/http://members.shaw.ca:80/gbr…
-
The REcon 2018 slide deck suggests that some of the underlying tools behind Retdec support the Motorola M68k (aka 68000, CPU32) architecture.
What would be required to add support for M68K to Retde…
-
Few compilers support such type, the gcc supports it but for a couple of CPU which are not related to the Motorola family.
Do you have plan to support it in the future?
For the Calypsi compiler, suc…
-
Hello
AT2 permit to play Music on hardware in real-time via serial interface and a Z80 client launched on the Amstrad
Do you think on day to write a Motorola 68000 version of this Z80 client ?
ht…
-
I've found issue with emu68 running on rpi3a in my Amiga 500. when you start FlashFloppy selector (no matter if booting directly from sub stick, or from "floppy" under workbench, you are not able to u…
-
### Describe the feature
The 68k file extension is associated with the SEGA Mega Drive and Genesis Classics, official emulator of Sega Mega Drive and Sega Genesis video gaming consoles, developed by …
-
**Describe the bug**
Ghidra incorrectly disassembles certain `move*` 68000 instructions, specifically instructions where the addresses are sign extended.
For example, Ghidra disassembles the ins…
zznop updated
6 months ago
-
mame0232-203-ga141e416778
Got a bit further in Strata StudioPro (1.5.2), but hit another snag.
./mame maclc3 -ramsize 32M -hard1 maclc3.hdv
Ignoring MAME exception: fpgen_rm_reg: unimplemented …
-
It is bag.
Simple script:
```
import fontforge
import sys
sourcefile = sys.argv[1]
destfile = sys.argv[2]
font = fontforge.open (sourcefile)
font.em = 1024
fontforge.setPrefs ('AutoHint', 0)
fo…
-
Adding the Sega Basic Library and the needed tools for the 68k chip would make this alot more complete.
I would also recommend either codeblocks or similar for an IDE to work with that would make it s…