Skip to content

Commit

Permalink
Update MegaDrive.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroGameDeveloper authored Aug 25, 2024
1 parent 8e92afb commit 9decacc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion categories/consoles/MegaDrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ In the video he uses Windows 95 and Notepad++ to edit the assembly files, which
snasm68k /sdb test.asm, test.cof
```
You can see it being assembled in the screenshot:
![image](https://github.com/user-attachments/assets/1441632b-e33e-4bc8-bdd1-15954c7d1873)
![Assembled in SNASM68K](https://github.com/user-attachments/assets/1441632b-e33e-4bc8-bdd1-15954c7d1873)

It is then loaded into the SNASM debugger (V2.0) on a SNASM Mega CD Development Kit, which connects to the PC via an ISA card and SCSI cable.

![SNASM Debugger](https://github.com/user-attachments/assets/f5b11139-d39b-462f-a673-d57ee2f0f082)


## Code Your Own SONIC Game
The Youtuber **Game Hut** has a series of tutorials on Sega Mega Drive programming.
Part 1:
Expand Down

0 comments on commit 9decacc

Please sign in to comment.