Atomic Elite

From Retrosoftware

(Difference between revisions)
Jump to: navigation, search
(Retained credit for original authors / publishers)
Current revision (16:16, 6 March 2014) (edit) (undo)
(Tidied up italics and added info on joint label)
 
Line 7: Line 7:
''BBC Micro / Electron Elite &copy; 1984 Acornsoft''<br/>
''BBC Micro / Electron Elite &copy; 1984 Acornsoft''<br/>
-
Re-released in 1986 by [http://www.superiorsoftware.co.uk/ Superior Software]<br/>
+
''Re-released in 1986 by [http://www.superiorsoftware.co.uk/ Superior Software], under the joint "Superior Software / Acornsoft" label''<br/>
-
Original authors: [http://www.frontier.co.uk/games/elite/ David Braben] and [http://www.iancgbell.clara.net/elite Ian Bell]''<br/>
+
''Original authors: [http://www.frontier.co.uk/games/elite/ David Braben] and [http://www.iancgbell.clara.net/elite Ian Bell]''<br/>
''Acorn Atom Elite by Kees van Oss, 2013''
''Acorn Atom Elite by Kees van Oss, 2013''

Current revision

Contents

Atomic Elite by David Braben, Ian Bell & Kees van Oss

Licence

TBC

BBC Micro / Electron Elite © 1984 Acornsoft
Re-released in 1986 by Superior Software, under the joint "Superior Software / Acornsoft" label
Original authors: David Braben and Ian Bell
Acorn Atom Elite by Kees van Oss, 2013

Introduction

A modern Atom conversion of Acornsoft's 1984 seminal 3D space-trading game by David Braben and Ian Bell. Yet another classic game ported to the only Acorn home computer that never received an official release.

Right on Commander!

N.B. Elite for the BBC Micro, along with much of the Acornsoft back catalogue, was re-released by Superior Software, now Superior Interactive. Both Ian Bell and David Braben at Frontier Developments games development studio maintain Elite web pages.

Discuss Atomic Elite


Platforms


Atom

Port by Kees van Oss

The source files are taken from the Electron Elite version because the Electron is closer to the Atom than the BBC. Elite is not the best program to read due to a lot of difficult programming techniques and tape protection routines. I managed to produce a source file of the main program which was the start of the conversion. The source files of the BBC version are also online and I downloaded them to use as reference files. They were written in 1984 and were designed to run on a BBC to produce the assembled code file for Elite. This is why there's not a lot of comment in these files but they are nice to have as reference files to understand how things are working.

I took the original Electron version and changed the screen routines. The BBC version has a flight-screen (256x192 pixels) and a panel (256x56 pixels). To fit this in the Atom resolution, I clipped the flight-screen (256x136) pixels and copied the panel (256x56). The BBC font of 8x8 pixels is reduced to 8x6 pixels to fit all text in the flight-screen.

This works fine except for the local/galactic charts. To avoid shrinking all routines to fit in 256x136 pixels screen, I decided to switch off the panel so that the BBC routines for 256x192 pixels could be used. The game is still playing when the charts are displayed and this means that the 3D radar is also updated. In the Atom version I have to stop the game because I copy the panel, display the charts and after selection, copy the panel back.

System Requirements
  • Standard Acorn Atom
  • 32 KB RAM (#0000-#7FFF)
  • 6 KB video RAM (#8000-#97FF)
  • VIA
  • Joystick (Optional)
Joystick Connections

An optional joystick can be connected to PORTB of the AtoMMC interface with software version 2.9.

AtoMMC  Joystick
-----------------
 PB0  -  Right
 PB1  -  Left
 PB2  -  Down
 PB3  -  Up
 PB4  -  Jump
 PB5  -  nc
 PB6  -  nc
 PB7  -  nc

 GND  -  GND
Key Reference

Screens

Shift-1 = Front view / Launch
Shift-2 = Rear view / Buy cargo
Shift-3 = Left view / Sell cargo
Shift-4 = Right view / Buy equipment ship
Shift-5 = Galactic chart
Shift-6 = Short range chart
Shift-7 = Data on planet
Shift-8 = Planet market prices
Shift-9 = Status
Shift-0 = Inventory

Flying

<  = Rotate acw roll
>  = Rotate clw roll
S  = Dive
X  = Climb
SPC = Speed +
/  = Speed -
H  = Hyperspace
C  = Docking

Weapons

A  = Laser
T  = Lock missile
U  = Unlock missile
M  = Launch missile

Cursor control charts

G  = Cursor left
K  = Cursor right
Y  = Cursor up
B  = Cursor down
O  = Home cursor
D  = Data on system

General

Q  = Quiet
S  = Sound on
ESC = Restart (in pause mode)
CPY = Pause mode
DEL = Resume game
Videos
                 
Atomic Elite phase 1 preview by Kees van Oss
Posted: Sun Nov 25, 2012
                 
Atomic Elite phase 2 preview by Kees van Oss
Posted: Sun Dec 2, 2012
                 
Atomic Elite phase 3 preview by Kees van Oss
Posted: Thurs Dec 20, 2012
                 
Atomic Elite phase 4 preview by Kees van Oss
Posted: Sun Dec 23, 2012
                 
Atomic Elite phase 5 preview by Kees van Oss
Posted: Sat Dec 29, 2012
                 
Atomic Elite phase 6 preview by Kees van Oss
Posted: Thurs Jan 03, 2013
                 
Atomic Elite phase 7 preview by Kees van Oss
Posted: Weds Jan 16, 2013
                 
Atomic Elite phase 8 preview by Kees van Oss
Posted: Mon Jan 28, 2013
Screenshots
Atomic Elite loading screen
Atomic Elite loading screen
Posted: 10:16, 18 Aug 2013
Atomic Elite loading screen
Atomic Elite loading screen
Posted: 10:16, 18 Aug 2013
Atomic Elite load new commander
Atomic Elite load new commander
Posted: 12:54, 18 Aug 2013
Atomic Elite title screen
Atomic Elite title screen
Posted: 12:54, 18 Aug 2013
Atomic Elite status
Atomic Elite status
Posted: 12:54, 18 Aug 2013
Atomic Elite inventory
Atomic Elite inventory
Posted: 12:54, 18 Aug 2013
Atomic Elite equip ship
Atomic Elite equip ship
Posted: 12:54, 18 Aug 2013
Atomic Elite galactic chart
Atomic Elite galactic chart
Posted: 12:54, 18 Aug 2013
Atomic Elite local chart
Atomic Elite local chart
Posted: 12:54, 18 Aug 2013
Atomic Elite data on system
Atomic Elite data on system
Posted: 12:54, 18 Aug 2013
Atomic Elite market prices
Atomic Elite market prices
Posted: 12:55, 18 Aug 2013
Atomic Elite launch
Atomic Elite launch
Posted: 12:55, 18 Aug 2013
Atomic Elite Lave
Atomic Elite Lave
Posted: 12:55, 18 Aug 2013
Atomic Elite Lave space station (rear view)
Atomic Elite Lave space station
(rear view)

Posted: 12:55, 18 Aug 2013
Atomic Elite Lave space station close up
Atomic Elite Lave space station close up
Posted: 12:55, 18 Aug 2013
Atomic Elite hyperspace - Zaonce
Atomic Elite hyperspace - Zaonce
Posted: 12:55, 18 Aug 2013
Atomic Elite witchspace
Atomic Elite witchspace
Posted: 12:56, 18 Aug 2013
Atomic Elite Zaonce
Atomic Elite Zaonce
Posted: 12:56, 18 Aug 2013
Atomic Elite asteroid in Zaonce system
Atomic Elite asteroid in Zaonce system
Posted: 12:56, 18 Aug 2013
Atomic Elite asteroid destruction in Zaonce system
Atomic Elite asteroid destruction
in Zaonce system

Posted: 12:56, 18 Aug 2013
Atomic Elite asteroid bounty in Zaonce system
Atomic Elite asteroid bounty
in Zaonce system

Posted: 12:57, 18 Aug 2013
Atomic Elite attacking a Mamba
Atomic Elite attacking a Mamba
Posted: 12:57, 18 Aug 2013
Atomic Elite missile jammed!
Atomic Elite missile jammed!
Posted: 12:57, 18 Aug 2013
Atomic Elite pirates closing in
Atomic Elite pirates closing in
Posted: 12:57, 18 Aug 2013
Atomic Elite Cobra Mk III launches a missile
Atomic Elite Cobra Mk III
launches a missile

Posted: 12:57, 18 Aug 2013
Atomic Elite Cobra Mk III destroyed but missile impact imminent
Atomic Elite Cobra Mk III destroyed
but missile impact imminent

Posted: 12:57, 18 Aug 2013
Atomic Elite game over
Atomic Elite game over
Posted: 12:57, 18 Aug 2013
Atomic Elite game over
Atomic Elite game over
Posted: 12:58, 18 Aug 2013