Add trains.

main
Síle Ekaterin Liszka 2021-05-26 12:36:36 -05:00
parent eb904b761f
commit 5059275b45
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
<file>patches/ned/fancy.ips</file>
<file>patches/ned/neo-x-death.ips</file>
<file>patches/ned/pad.ips</file>
<file>patches/ned/thomas.ips</file>
<file>patches/ned/train.ips</file>
<file>patches/ned/yiazmat.ips</file>
</qresource>
</RCC>

BIN
patches/ned/thomas.ips Normal file

Binary file not shown.

BIN
patches/ned/train.ips Normal file

Binary file not shown.

View File

@ -89,6 +89,8 @@ void Exdeath::initMain(void) {
selNED->addItem("Puzzle & Dragon", "pad.ips");
selNED->addItem("Yiazmat", "yiazmat.ips");
selNED->addItem("Neo X Death", "neo-x-death.ips");
selNED->addItem("Doomtrain", "train.ips");
selNED->addItem("Thomas the Tank Engine", "thomas.ips");
layMain->addWidget(txtROM, 0, 0);
layMain->addWidget(btnROM, 0, 1);