https://github.com/willsams/pascal_animation
Pascal Bosquet's color animation demo (http://www.pascalorama.com/megadrive-m68000-programming/) modified to compile by GNU assembly.
https://github.com/willsams/pascal_animation
68000 gas gnu-assembler pascal-bosquet sega-genesis sega-mega-drive
Last synced: 5 months ago
JSON representation
Pascal Bosquet's color animation demo (http://www.pascalorama.com/megadrive-m68000-programming/) modified to compile by GNU assembly.
- Host: GitHub
- URL: https://github.com/willsams/pascal_animation
- Owner: WillSams
- Created: 2017-05-16T17:01:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T03:34:19.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T20:01:32.579Z (5 months ago)
- Topics: 68000, gas, gnu-assembler, pascal-bosquet, sega-genesis, sega-mega-drive
- Language: Assembly
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
NeoZee Color Animation Demo by [Pascal Bosquet][6]
====================================================================================
Original code can be found here -> (http://www.pascalorama.com/megadrive-m68000-programming/)Just me poking around Pascal Bosquet's code to get this running in GNU Assembly (GAS). I'm currently learning the M68000 and Mega Drive/Genesis programming, this code just took a bit figuring out how the header should look like and getting the make file just right. I don't see a lot of newer examples online using GAS, figured others would find this useful so I decided to put this on Github.
If you don't have a tool chain installed already, I have a script for [Linux][1] or [Windows][2] to get you set up. There are also [SGDK][4] and [Marsdev][5] as options if you want to code in C instead of GNU Assembly.For debugging, I use [Blast 'Em][3]. Modify the makefile for whatever emulator you may use.
[1]: https://gist.github.com/WillSams/c4cbf6235b467d8b595693969342237e
[2]: https://gist.github.com/WillSams/f592f9d494b51119945440f7e91079b0
[3]: http://dgen.sourceforge.net
[4]: https://www.retrodev.com/blastem/
[5]: https://github.com/andwn/marsdev
[6]: https://github.com/pascalorama