#
68k
Here are 55 public repositories matching this topic...
Assorted compression formats for the Sega Mega Drive
cplusplus
rle
c-plus-plus-14
cplusplus-14
run-length-encoding
command-line-tool
m68k
lzss
sega-mega-drive
sega-megadrive
sega-genesis
compression-implementations
68k
compression-library
68000
compression-formats
m68000
rle-compression-algorithm
length-limited-huffman-code
assorted-compression-formats
-
Updated
Jun 10, 2021 - C++
Over 250 part numbers, premade PDF's & Gimp Files 74/4000 Logic/PIC/AVR/68k/6502/z80 and more.
hardware
electronics
z80
breadboard
hobby-project
6502
68k
label-images
pinouts
breadboard-layout
ben-eater
gimp-2-10
electronics-projects
vintage-computers
ben-eaters-cpu
ben-eater-6502
chip-labels
ic-pinouts
-
Updated
Mar 26, 2020
Super fast DMA queue for the Sega Genesis
-
Updated
Jun 27, 2021 - Assembly
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
-
Updated
Nov 6, 2020 - Shell
"Frontier: Elite 2" renderer & audio reverse engineered. Runs on Amigas with RTG. Also comes with SDL bindings so it can be run on PC.
-
Updated
Jul 4, 2021 - C
Modernised version of a public domain 68000 disassembler.
-
Updated
Dec 23, 2019 - C
Github repository for the Gamehut "How to Code!" series.
-
Updated
Mar 12, 2019 - Assembly
Pruebas del proyecto de Arquitectura de Computadores (AC) de la Escuela Técnica Superior de Ingenieros Informáticos (ETISIINF, antigua Facultad de Informática, FI) de la Universidad Politécnica de Madrid (UPM).
-
Updated
Apr 25, 2020 - Assembly
Debugger/error screen for Sega Genesis
debugger
stacktrace
asm
disassembler
macros
error-handler
m68k
68k
debugging-tool
m68k-disassembler
68000
m68000
-
Updated
Jun 27, 2021 - Assembly
MD+ Patch for Darius II aka Sagaia
sega
mega-drive
genesis
megadrive
sega-mega-drive
sega-megadrive
sega-genesis
cd-audio
68k
68000
darius
68k-assembly
md-plus
-
Updated
May 23, 2021 - Assembly
An implementation of the famous Flappy Bird game in 68K assembly language
-
Updated
Oct 23, 2019 - Assembly
MD+ Patch for Streets of Rage 1
sega
mega-drive
genesis
romhacking
megadrive
sega-mega-drive
sega-megadrive
sega-genesis
cd-audio
68k
streets-of-rage
68k-assembly
rom-hack
-
Updated
Apr 3, 2021 - Assembly
MD+ Patch for Comix Zone
sega
mega-drive
genesis
romhacking
megadrive
rom-hacking
sega-mega-drive
sega-megadrive
sega-genesis
cd-audio
68k
68k-assembly
md-plus
-
Updated
Apr 4, 2021 - Assembly
A Gedit syntax for Motorola 68000 (m68kasm) BSVC emulator
-
Updated
Feb 28, 2016
Optimized Neo Geo Emulator for 680x0 Amiga Computers
-
Updated
Oct 8, 2019 - C
Improve this page
Add a description, image, and links to the 68k topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 68k topic, visit your repo's landing page and select "manage topics."
Macros are used extensively within the code, especially in the emulator interface (memory access). The way they're used rarely follows best practice, looks messy, and confuses the way the code works. Furthermore, they're large and hard to follow.
At the very least the access-check functions should be reimplemented as static inline functions -- other macros should be reviewed.