Skip to content

Commit 394a9a1

Browse files
committed
Add R3 links
1 parent 7cf4b68 commit 394a9a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Computers currently supported (in alphabetical order):
1818
- [R216K2A](https://powdertoy.co.uk/Browse/View.html?ID=2303519),
1919
[R216K4A](https://powdertoy.co.uk/Browse/View.html?ID=2305835) and
2020
[R216K8B](https://powdertoy.co.uk/Browse/View.html?ID=2342633) by LBPHacker
21-
- Generic R3 (unreleased, under development) by LBPHacker
21+
- [R3A1016](https://powdertoy.co.uk/Browse/View.html?ID=3236906) et al by LBPHacker
2222
- Armatoste (unreleased, under development) by DanielUbTb
2323

2424
## Why?

tptasm/archs/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local known_models_to_archs = {
2828
}
2929
for core_count = 1, 99 do
3030
for memory_rows = 1, 64 do
31-
known_models_to_archs[("R3A%02i%02i"):format(memory_rows, core_count)] = "R3" -- * yet unreleased architecture by LBPHacker
31+
known_models_to_archs[("R3A%02i%02i"):format(memory_rows, core_count)] = "R3" -- * "R3A1016" et al by LBPHacker, id:3236906
3232
end
3333
end
3434

0 commit comments

Comments
 (0)