re-added Admirals
@ -94,3 +94,23 @@ computer.register("computer:wee", {
|
|||||||
computer.register_handheld("computer:piepad", {
|
computer.register_handheld("computer:piepad", {
|
||||||
description = "Snapple Piepad";
|
description = "Snapple Piepad";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
-- Commodore 64 lookalike
|
||||||
|
computer.register("computer:admiral64", {
|
||||||
|
description = "Admiral64";
|
||||||
|
tiles_off = { };
|
||||||
|
node_box = computer.pixelnodebox(32, {
|
||||||
|
-- X Y Z W H L
|
||||||
|
{ 0, 0, 0, 32, 4, 18 }, -- Keyboard
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
-- Commodore 128 lookalike
|
||||||
|
computer.register("computer:admiral128", {
|
||||||
|
description = "Admiral128";
|
||||||
|
tiles_off = { };
|
||||||
|
node_box = computer.pixelnodebox(32, {
|
||||||
|
-- X Y Z W H L
|
||||||
|
{ 0, 0, 0, 32, 4, 27 }, -- Keyboard
|
||||||
|
});
|
||||||
|
});
|
||||||
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 461 B |