A simple mod to allow selection between Arkanoid & Tournament Arkanoid on your genuine Arkanoid PCB.

I originally posted about this on KLOV in October 2022, but not everyone has access, so here's a UK repost.
Select between Arkanoid & Tournament Arkanoid by holding down the P1 Start button. Adds Freeplay and cocktail mode to both via DIP switch settings.
Here's a demo of it in my own cab:
- this mod could not have been possible without the hard work of @mdeslaur on klov
- Treat this mod as a DIY solution. It requires getting PCBs printed, burning EPROMs and an ATTiny85, some assembly and also soldering patch wire to 2 points on the board. The EPROMs are daisy-chained together by patch wire which you may need to maintain. Replacing all the patch wire with longer connections would allow you to feed it under and through components to neaten up the final presentation.
- Color PROMs at IC24 / 23 / 22 must be socketed to fit the mod
- I've open sourced the entire design on GitHub
- I've got2 1 remaining complete kit available for people in the UK (at £41.50 posted).
- Alternatively I've got both PCBs available as a pair for £10 posted
- High Score Saves make their own Arkanoid multigame mod that has more features and takes a different route to the solution. Definitely consider buying theirs if you want a professional plug & play solution: https://www.highscoresaves.com/Free-Play-and-High-Score-Save-Kits/Arkanoid/
This diy mod is 5 EPROMs daisy chained together by patch wire and 2 PCBs.
Step 1) Go to the GitHub link and follow instructions to create 5 EPROM images. The ATTiny85 image is already included. If you get stuck attempting to make your patched ROMs then feel free to contact me to help.
Step 2) Burn EPROMs and ATTiny85 using an EPROM burner.
Step 3) Print both PCBs (main mod PCB and MCU bypass PCB). Links to Gerbers and printing services are included below
Step 4) Remove original EPROMs / PROMs / MCUs and keep somewhere safe:
- EPROMs IC64, 63, 62, 17 & 16
- 68705 MCU at IC14
- colour PROMs at IC24, 23, 22
Step 5) Fit MCU Bypass PCB at IC14
Step 6) Fit Arkanoid Multi PCB where colour PROMs used to be at IC24 / 23 / 22.
Step 7) Fit EPROMs at IC64, 63, 62, 17 & 16.
These must have their pin 1 legs hanging out of their sockets. Make sure they dangle out but do not touch anything else (like the legs of nearby orange ceramic capacitors). These pin 1 legs must all be daisy chained together by soldered-on patch wire and then soldered to the 'A0' connector on the Arkanoid Multi PCB. This allows the multi to select the game.
Step 8) Solder a wire from the 'RST' connector on the Arkanoid Multi PCB to pin 1 of the 74LS273 IC at IC32. This allows the multi to reset the board after changing game.
Step 9) Solder a wire from the 'NXT' connector on the Arkanoid Multi PCB to pin 3 of the 74LS257 IC at IC10. This allows the P1 Start button to be held down for 5 seconds to change the game from the control panel. Alternatively, hold the dedicated push button on the Arkanoid Multi PCB for 5 seconds.
GitHub repo with docco, scripts and gerbers for Arkanoid Multi: https://github.com/Phillrb/arkanoid_multi
- GitHub repo for MCU Bypass PCB gerbers and docco: https://github.com/mdeslaur/arkanoid-mpu-bypass
- PCBWay shared project for Arkanoid Multi: https://www.pcbway.com/project/shareproject/Arkanoid_Multi_PCB_v1_1_5169cf60.html
- PCBWay shared project for MCU Bypass PCB (with permission from @mdeslaur on klov): https://www.pcbway.com/project/shareproject/Arkanoid_MCU_Bypass_PCB_v1_2_2c4eb5f2.html
- GitHub repo for ATTiny mutli-ROM-controller: https://github.com/Phillrb/multi_rom_controller

I originally posted about this on KLOV in October 2022, but not everyone has access, so here's a UK repost.
Select between Arkanoid & Tournament Arkanoid by holding down the P1 Start button. Adds Freeplay and cocktail mode to both via DIP switch settings.
Here's a demo of it in my own cab:
- this mod could not have been possible without the hard work of @mdeslaur on klov
- Treat this mod as a DIY solution. It requires getting PCBs printed, burning EPROMs and an ATTiny85, some assembly and also soldering patch wire to 2 points on the board. The EPROMs are daisy-chained together by patch wire which you may need to maintain. Replacing all the patch wire with longer connections would allow you to feed it under and through components to neaten up the final presentation.
- Color PROMs at IC24 / 23 / 22 must be socketed to fit the mod
- I've open sourced the entire design on GitHub
- I've got
- Alternatively I've got both PCBs available as a pair for £10 posted
- High Score Saves make their own Arkanoid multigame mod that has more features and takes a different route to the solution. Definitely consider buying theirs if you want a professional plug & play solution: https://www.highscoresaves.com/Free-Play-and-High-Score-Save-Kits/Arkanoid/
This diy mod is 5 EPROMs daisy chained together by patch wire and 2 PCBs.
Step 1) Go to the GitHub link and follow instructions to create 5 EPROM images. The ATTiny85 image is already included. If you get stuck attempting to make your patched ROMs then feel free to contact me to help.
Step 2) Burn EPROMs and ATTiny85 using an EPROM burner.
Step 3) Print both PCBs (main mod PCB and MCU bypass PCB). Links to Gerbers and printing services are included below
Step 4) Remove original EPROMs / PROMs / MCUs and keep somewhere safe:
- EPROMs IC64, 63, 62, 17 & 16
- 68705 MCU at IC14
- colour PROMs at IC24, 23, 22
Step 5) Fit MCU Bypass PCB at IC14
Step 6) Fit Arkanoid Multi PCB where colour PROMs used to be at IC24 / 23 / 22.
Step 7) Fit EPROMs at IC64, 63, 62, 17 & 16.
These must have their pin 1 legs hanging out of their sockets. Make sure they dangle out but do not touch anything else (like the legs of nearby orange ceramic capacitors). These pin 1 legs must all be daisy chained together by soldered-on patch wire and then soldered to the 'A0' connector on the Arkanoid Multi PCB. This allows the multi to select the game.
Step 8) Solder a wire from the 'RST' connector on the Arkanoid Multi PCB to pin 1 of the 74LS273 IC at IC32. This allows the multi to reset the board after changing game.
Step 9) Solder a wire from the 'NXT' connector on the Arkanoid Multi PCB to pin 3 of the 74LS257 IC at IC10. This allows the P1 Start button to be held down for 5 seconds to change the game from the control panel. Alternatively, hold the dedicated push button on the Arkanoid Multi PCB for 5 seconds.
GitHub repo with docco, scripts and gerbers for Arkanoid Multi: https://github.com/Phillrb/arkanoid_multi
- GitHub repo for MCU Bypass PCB gerbers and docco: https://github.com/mdeslaur/arkanoid-mpu-bypass
- PCBWay shared project for Arkanoid Multi: https://www.pcbway.com/project/shareproject/Arkanoid_Multi_PCB_v1_1_5169cf60.html
- PCBWay shared project for MCU Bypass PCB (with permission from @mdeslaur on klov): https://www.pcbway.com/project/shareproject/Arkanoid_MCU_Bypass_PCB_v1_2_2c4eb5f2.html
- GitHub repo for ATTiny mutli-ROM-controller: https://github.com/Phillrb/multi_rom_controller
Last edited:



