Difference between revisions of "Assembly Source Code"

From 8BitDev.org - Atari 7800 Development Wiki
Jump to: navigation, search
(Created page with "== Assembly Source Code == The following source code files will compile on DASM, making them useful for both studying and modifying. === 7800_NTSC_BIOS === ''The NTSC BIO...")
 
(JOUST 7800 NTSC)
Line 10: Line 10:
  
  
=== [[JOUST 7800 NTSC]] ===
+
=== [[JOUST 7800 NTSC Source Code]] ===
 
''A complete disassembly of the finest 8-bit port of Joust.
 
''A complete disassembly of the finest 8-bit port of Joust.

Revision as of 03:20, 21 August 2025

Assembly Source Code

The following source code files will compile on DASM, making them useful for both studying and modifying.

7800_NTSC_BIOS

The NTSC BIOS does a bit of sanity checking, verifies if the inserted cart is cryptographically signed for 7800 mode.


7800 PAL BIOS

The PAL BIOS lacks the cryptographic checks of the NTSC BIOS, due to US munition laws that made export of cryptographic technology illegal.


JOUST 7800 NTSC Source Code

A complete disassembly of the finest 8-bit port of Joust.