Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BigEvilCorporation/megadrive_samples
Small, discreet, complete samples for the SEGA Mega Drive/Genesis in 68000 assembly
https://github.com/BigEvilCorporation/megadrive_samples
Last synced: 2 months ago
JSON representation
Small, discreet, complete samples for the SEGA Mega Drive/Genesis in 68000 assembly
- Host: GitHub
- URL: https://github.com/BigEvilCorporation/megadrive_samples
- Owner: BigEvilCorporation
- Created: 2018-04-02T11:50:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T13:27:52.000Z (about 6 years ago)
- Last Synced: 2024-08-02T12:21:18.794Z (5 months ago)
- Language: Assembly
- Size: 24.4 KB
- Stars: 95
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-megadrive - Samples in 68000 Assembly - Small, discreet, complete samples for the SEGA Mega Drive in 68000 assembly (Programming / Snippets and Demos)
README
# SEGA Mega Drive/Genesis Samples in 68000 Assembly
Small, discreet, complete samples for the SEGA Mega Drive in 68000 assembly, intended to replace the outdated/buggy/incomplete/missing examples from bigevilcorporation.co.uk.
Each sample is heavily commented, with explanations of the basic concepts for beginners.
Assemble each sample with:
ASM68K.EXE /p main.asm,rom.bin
All samples guaranteed to run on genuine hardware, and all good emulators.