C motorola-68000

Open-source C projects categorized as motorola-68000
68000 M68k 68030 C 68k

Top 6 C motorola-68000 Projects

motorola-68000
  • SGDK

    SGDK - A free and open development kit for the Sega Mega Drive

    Project mention: FC8 – Faster 68K Decompression (2016) | news.ycombinator.com | 2024-04-29

    I'm working on a game for Amiga (another 68k-based platform) and settled on ZX0 to decompress assets on the fly: https://github.com/einar-saukas/ZX0

    I was originally using LZ4, but I switched to ZX0 after learning that it can do in-place decompression, which means I don't have to allocate separate memory for the compressed data. I'm very happy with the compression ratio, and decompression of large assets (~48kb) only takes a few frames on a 7MHz 68000.

    Also of note is LZ4W, included in Sega Genesis Dev Kit (and discussed in the comments section of OP's article), a variant of LZ4 that only uses word-aligned operations. That makes it much faster on the 68000, which can struggle to efficiently handle 8-bit data. More info here: https://github.com/Stephane-D/SGDK/blob/master/bin/lz4w.txt

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • freebee

    FreeBee - AT&T 3B1 / 7300 UNIX PC emulator

  • Moira

    A Motorola 68000 emulator written in C++

  • computie

    A collection of 68k computer projects, including a unix-like operating system written in C that runs on them

  • c2500re

    Documentation of an effort to reverse engineer a Cisco 2501 router, with the end goal to run my own code on it (in particular FreeRTOS)

  • Lox68k

    Port of the Lox language to a 68008 single board computer

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C motorola-68000 discussion

Log in or Post with

C motorola-68000 related posts

Index

What are some of the best open-source motorola-68000 projects in C? This list will help you:

Project Stars
1 SGDK 1,756
2 freebee 116
3 Moira 109
4 computie 48
5 c2500re 23
6 Lox68k 5

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that C is
the 7th most popular programming language
based on number of metions?