Meta-Repositories with pointers to example code snippets and source code for all things MEGA65
To contribute to this repository please follow the following instructions:
Add your code snippet, or project to github, gist or other open source repository, Open an Issue in issues Add a link to the repo, as well as a suggested section from below you feel it should be part of
Also, if people have suggestions about ordering, or layout in the following lists, please make an issue, or fork and comment about your changes in a pull request.
There are several assemblers that will work natively with the mega 65
Link | Description |
---|---|
https://github.com/Edilbert/BSA | BSA The Bit Shift Assembler for the 6502 / 65C02 / 45GS02 CPU |
There are also basic IDE's that work with the mega
Link | Description |
---|---|
https://files.mega65.org?id=8b189d0b-ea1e-45a7-a4de-87bcb0b11696 | Eleven, which runs directly on the mega |
Link | Description |
---|---|
https://github.com/GeorgRottensteiner/C64Studio | A IDE, currently mostly tailored to C64 development, also has Mega65 assembly support (in ACME syntax), BASIC 10 "compiler" and various other assembler dialects |
https://github.com/smnjameson/S65 | Shallan65 kick assembler macro toolkit for MEGA65 |
Link | Description |
---|---|
https://github.com/mega65/mega65-tools | Mega65 toolset including m65, mega65-ftp etc |
https://github.com/MEGA65/m65connect | GUI tool for running many of the above tools |
Link | Description |
---|---|
https://github.com/gurcei/m65dbg | m65dbg a debug tool using the serial coms of the mega65 |
https://github.com/smnjameson/Mega65Toolkit | Mega65Toolkit, a collection similar to this by user smnjameson |
https://github.com/paulscottrobson/mega65-basic | mega65-basic BASIC interpreter for the Mega 65 Computer |
https://github.com/SvOlli/mega65-sdk | MEGA65-SDK This SDK is just a repository including all compontents provided from external repositories. |
https://github.com/SvOlli/c65-firmware | C65 Firmware Build Kit this is a repository intended for developing the kernal of a C65/MEGA65 system. |
https://github.com/JettMonstersGoBoom/Millfork_Mega65 | Repo for MEGA65 & Millfork & Shallan's compo base |
https://github.com/M3wP/MEGA65-Freezer | M65 Freezer version 2 |
https://github.com/JettMonstersGoBoom/Mega65 | A converter for NCM mode among other things |
Link | Description |
---|
Link | Description |
---|
Link | Description |
---|---|
https://github.com/mteufel/m65-examples | Examples repo from user mteufel |
https://github.com/smnjameson/m65_example_code | Examples repo from user smnjameson |
https://files.mega65.org?id=4601f9a5-6f59-487d-9baf-fd4b73cb4ae1 | B10SEX: Demo how to use super-extended character mode from BASIC10/65: |
https://github.com/CptnRoughnight/SmoothScrolling | MEGA65 TRSE NCM SmoothScrolling, video: https://streamable.com/7zqa6k |
Link | Description |
---|---|
https://github.com/RetroCogs/Mega65Tutorials | Repo for various tutorials for coding in 45gs02 on the MEGA65 |
Link | Description |
---|---|
https://github.com/mega65/mega65-weeIP | TCP/IP stack for MEGA65 |
https://github.com/gardners/raycaster | Wolfenstein-style 3D engine port (autorun on dev kits) |
https://github.com/gurcei/megafighter | megafighter an attempt to create an open-source fighter game for the MEGA65 |
https://github.com/Edilbert/BSZ | Bit Shifter's Z Interpreter |
https://github.com/GeorgRottensteiner/HitBlock-Mega65 | A small game, initially created for Shallan's compo |
https://github.com/mteufel/just-pixel | just-pixel a pixler for the MEGA65 by Marc Teufel inspired by Zoomatic (Panoramic Designs) |
https://github.com/M3wP/Manche | Manche 0.14A Beta a front-end for the Peppito MOD player |
https://github.com/M3wP/M3wPSolitaire | M3wP Solitaire! (mouse support) |
https://github.com/steph72/dragonrock-mega65 | dragonrock-mega65 a role playing game for the MEGA65 |
https://github.com/steph72/m65wator | m65wator a population dynamics simulation for the MEGA65 |
https://github.com/steph72/megarogue | megarogue beginnings of a roguelike game engine for the mega65 |
https://github.com/steph72/mega65puyo | |
https://files.mega65.org?id=d3444cc2-4fbf-441f-ae98-50d8c5da9afe | RASTER65 a small raster intro with dual SID music. Comes with source code and outdated toolchain. |
https://github.com/JettMonstersGoBoom/Mega65 | Tilemizer python script to convert images to tile,color,and map data |
(thanks sy2002)
Link | Description |
---|---|
https://github.com/sy2002/zxuno4mega65 | Zuno core |
https://github.com/sy2002/gbc4mega65 | GB/GBC core |
https://github.com/sy2002/QNICE-FPGA | 16 bit SOC support core for mister cores |
https://github.com/sy2002/MiSTer2MEGA65 | Framework to support porting mister cores (WIP) |
- https://github.com/mega65
- https://github.com/gardners
- https://github.com/sy2002
- https://github.com/gurcei
- https://github.com/Edilbert
- https://github.com/GeorgRottensteiner
- https://github.com/mteufel
- https://github.com/M3wP
- https://github.com/smnjameson
- https://github.com/steph72
- https://github.com/paulscottrobson
- https://github.com/SvOlli
- https://github.com/JettMonstersGoBoom
- https://github.com/RetroCogs
Also thanks to L3114 for much of the initial list