This page (revision-36) was last changed on 03-Feb-2023 15:21 by Kevin Savetz 

This page was created on 26-Aug-2019 20:55 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
36 03-Feb-2023 15:21 4 KB Kevin Savetz to previous
35 29-Aug-2019 15:06 4 KB Kevin Savetz to previous | to last
34 29-Aug-2019 15:05 4 KB Kevin Savetz to previous | to last
33 29-Aug-2019 14:13 4 KB Kevin Savetz to previous | to last
32 29-Aug-2019 14:12 4 KB Kevin Savetz to previous | to last
31 29-Aug-2019 14:11 4 KB Kevin Savetz to previous | to last
30 29-Aug-2019 14:10 4 KB Kevin Savetz to previous | to last
29 29-Aug-2019 14:10 4 KB Kevin Savetz to previous | to last
28 27-Aug-2019 16:03 4 KB Kevin Savetz to previous | to last
27 27-Aug-2019 16:02 4 KB Kevin Savetz to previous | to last
26 27-Aug-2019 14:25 4 KB Kevin Savetz to previous | to last
25 27-Aug-2019 11:30 4 KB Kevin Savetz to previous | to last
24 27-Aug-2019 11:28 4 KB Kevin Savetz to previous | to last
23 27-Aug-2019 11:21 3 KB Kevin Savetz to previous | to last
22 27-Aug-2019 11:20 3 KB Kevin Savetz to previous | to last
21 27-Aug-2019 11:19 4 KB Kevin Savetz to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 changed one line
* [PAC-MAN_Source_Code.zip] ; this is the original source code for the complete Atari 8-bit PAC-MAN game with all sequences. Please visit the [Makefile.bat] file for further details on how to compile your desired version. The original source code was written with the Atari Macro Assembler. We have adapted the source to work with the WUDSN IDE with MADS.
* [PAC-MAN_Source_Code_2.zip] ; this is the source code for the Atari 8-bit PAC-MAN game. This version is adapted to work with the WUDSN IDE with MADS, and modified to be able to compile several versions of PAC MAN. See the [Makefile.bat] file for further details on how to compile your desired version.
* [PAC-MAN_Source_Code_Macro_Assembler.zip] ; this is the original version from 1982, which was written with Atari Macro Assembler.
At line 10 changed 3 lines
* [PACMAN-ROKLAN-stripped.xex] ; version from ROKLAN Corp., ran from disk
* [PACMAN-ATARI82.xex] ; This version of PAC-MAN has broken intermission scenes 3 and 4, and though the ROM was found online this version was probably not sold.
* [PACMAN.xex] ; PAC-MAN version
* [PACMAN-ROKLAN.xex] ; version from ROKLAN Corp., ran from disk
* [PACMAN-ATARI82.xex] ; This version of PAC-MAN has broken intermission scenes 3 and 4, and though the ROM was found online this version was probably not sold. We think was a leaked, pre-release version.
* The differences between these three versions are primarily small changes in graphics and sound. The Atari82 version also handles joystick control differently.
* [PACMAN-DATASOFT.xex] ; disk version from Datasoft. This version eliminates all references to Atari (such as copyright messages.) The Atari logo fruit bonus has been replaced with a Galaxian flagship. [{Image src='datasoft-fruit.png' width=124 height=106 }]
At line 15 removed 2 lines
* Other versions of Pac Man for Atari 8-bit are known including a 16K version published by Datasoft. This source code does not build that version.