Skip to content

Releases: atc1441/Action_104_Games_and_Pacman_DOOM

Release list

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:30

Built from 7c4d5a95364888753fba4409065816408015d537 on main.

File Bytes
doom-action104-v1.0.2.bin 542616
doom-pacman-v1.0.2.bin 542672
doom1_e1m1.wad 2691820
flashwriter-v1.0.2.bin 1108

Flashing

Needs a SWD probe and pip install pylink-square.
Dump your stock firmware first - it is the only way back.
See docs/FLASHING.md.

python tools/flash.py read stock_backup.bin 0x08000000 0x400000
python tools/flash.py write doom-action104-v1.0.2.bin 0x08004000   # or doom-pacman-*
python tools/flash.py write doom1_e1m1.wad              0x08110000

flashwriter-v1.0.2.bin is the RAM-resident writer that
flash.py loads; it is included so nothing has to be built
locally. flash.py expects it at
tools/flashwriter/build/writer.bin.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:40

Built from 1e918f5ef0b1cba61c4c922d19cf170872eb986d on main.

File Bytes
doom-action104-v1.0.1.bin 542612
doom-pacman-v1.0.1.bin 542668
doom1_e1m1.wad 2691820
flashwriter-v1.0.1.bin 1108

Flashing

Needs a SWD probe and pip install pylink-square.
Dump your stock firmware first - it is the only way back.
See docs/FLASHING.md.

python tools/flash.py read stock_backup.bin 0x08000000 0x400000
python tools/flash.py write doom-action104-v1.0.1.bin 0x08004000   # or doom-pacman-*
python tools/flash.py write doom1_e1m1.wad              0x08110000

flashwriter-v1.0.1.bin is the RAM-resident writer that
flash.py loads; it is included so nothing has to be built
locally. flash.py expects it at
tools/flashwriter/build/writer.bin.