;
;       Porting involves 2 things.
;
;       1] Changing Boot.Z80 so that it supports the OS used
;       2] Changing Hardware.Z80, probably just the BackBuffer
;          constant to go to a different memory space
;       3] Maybe changing Hardware.Z80 to update a different
;          screen size (by writing a custom LCD updater) for say
;          a TI-86.
;
;       To scale for a different size screen, you'll need to :-
;
;       1] Change the scaling in DRAW.C when it calculates the
;          final screen position
;       2] Change the star drawing
;       3] Redesign the HUD to a large extent.
;       4] Change the Dock and Warp stuff, spacing it out
;
