If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Xenon 2: Megablast (Sega Master System)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Xenon 2: Megablast

Developer: Data Design Interactive
Publishers: Image Works (original), Virgin Games (re-release)
Platform: Sega Master System
Released in EU: October 1991


SourceIcon.png This game has uncompiled source code.


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?

Uncompiled Source Code

A segment of uncompiled source code can be found starting from 0x24 in the game's data:

	PORTC #BF,#89
�
�	S��6,D		;VRAM WRITE = $40
	OUT (C),D
�	DEC C
����	OUTI
	JR NZ,$L
	DEC A
�	JP P,$L
�	EI
	RET
�	EXX
�	LD C,8		;b=xlines c=ylines
$L0	LD B,15
$L1	EXX
	CALL PRINT_WEAPON	
	EXX
�	DJNZ $L1
	EXX
�	LD BC,4+6
(Source: Bock)