|
| 1 | +*** |
| 2 | +DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems that lack any type of CPU, consisting only of discrete logic components. |
| 3 | +*** |
| 4 | + |
| 5 | +| Emulator | Rom Folder | Extension | BIOS | Controller Config | |
| 6 | +| :---: | :---: | :---: | :---: | :---: | |
| 7 | +| [lr-dice](https://github.com/mittonk/dice-libretro) | arcade **or** dice | .zip .dmy | | | |
| 8 | + |
| 9 | +## Emulator: [lr-dice](https://github.com/mittonk/dice-libretro) |
| 10 | +DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems |
| 11 | +that lack any type of CPU, consisting only of discrete logic components. |
| 12 | + |
| 13 | +**dice-libretro (lr-dice)** |
| 14 | + is a Libretro port of DICE, to run in RetroArch. |
| 15 | + |
| 16 | +Pi4 is a reasonable minimum requirement. |
| 17 | + |
| 18 | +Some games (like pong) will run on a |
| 19 | +Zero2w, others (like pinpong) will run out of memory. |
| 20 | + |
| 21 | + |
| 22 | +## ROMS |
| 23 | +Accepted File Extensions: **.zip, .dmy** |
| 24 | + |
| 25 | +Some games (pong, breakout, pinpong, etc) do not have any ROM on the board at |
| 26 | +all. For these, copy the dummy launcher file from dummy_files to your ROM folder; |
| 27 | +these have a correct name (for example, pong.dmy) that will get RetroArch to set |
| 28 | +up lr-dice for the correct game. |
| 29 | + |
| 30 | + |
| 31 | +Place your arcade ROMs in either: |
| 32 | +```shell |
| 33 | +/home/pi/RetroPie/roms/arcade |
| 34 | +``` |
| 35 | +or |
| 36 | +```shell |
| 37 | +/home/pi/RetroPie/roms/dice |
| 38 | +``` |
| 39 | +depending on whether you'd rather group them with or separately from MAME, |
| 40 | +FBNeo, etc. |
| 41 | + |
| 42 | + |
| 43 | +## Controls |
| 44 | + |
| 45 | +`lr-dice` uses the [RetroArch control configuration](RetroArch-Configuration). |
| 46 | + |
| 47 | +Analog sticks are used for paddle inputs. |
| 48 | + |
| 49 | +A mouse can be used for paddle input, see |
| 50 | +[lr-dice Mouse Support](https://github.com/mittonk/dice-libretro/?tab=readme-ov-file#mouse-support). |
0 commit comments