Skip to content
Mark edited this page Apr 1, 2025 · 3 revisions

Batman The Movie, Amiga, 2 Disk Europe, Ocean

This contains the result of my reverse engineering of the 2 Disk version of Batman The Movie for the Amiga. It was one of the first games I played on my own Amiga 500. Having received the Batman A500 Pack for Christmas at the end of the 80's it's a game that has brought much enjoyment over the years.

I have the source code for each major parts of the game including:-

  • Boot Loader
  • Game Loader (including decoded disk protection routines)
  • Title Screen
  • Panel (Score Panel)
  • Level 1 - Axis Chemicals (Code1)
  • Level 2 - Batmobile (code)
  • Level 3 - Batcave (batcave)
  • Level 4 - Batwing (code)
  • Level 5 - Cathedral (code5)

The code for the game parts from the Title Screen onwards can be assembled and executed from within VSCode with the Amiga Assembly plug-in installed.

More detailed information regarding the code can be found in the readme.md files contained within the code repos themselves.

Clone this wiki locally