Skip to content

Commit f2ec38d

Browse files
committed
Adding P2000T ROM
1 parent 8ced14d commit f2ec38d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gui/src/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define _CONFIG_H
2323

2424
#define PROGRAM_NAME "PICO SST39sf0x0 Programmer"
25-
#define PROGRAM_VERSION "1.7.0"
25+
#define PROGRAM_VERSION "1.7.1"
2626
#define UNUSED(x) (void)(x)
2727

2828
#endif // _CONFIG_H

gui/src/mainwindow.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ void MainWindow::build_rom_selection_menu(QVBoxLayout* target_layout) {
254254

255255
// list of ROM images
256256
QList<QPair<QString, QString>> rom_images = {
257+
{"P2000T Games Bundle", "https://github.com/ifilot/p2000t-rompacks/releases/download/nightly/GAMES-128KiB.BIN"},
257258
{"Assembler v5.9", "https://github.com/p2000t/software/raw/refs/heads/main/cartridges/assembler%205.9.bin"},
258259
{"BASICNL with Bootstrap for SD-CARD cartridge", "https://github.com/ifilot/p2000t-sdcard/releases/latest/download/BASICBOOTSTRAP.BIN"},
259260
{"Familiegeheugen v4", "https://github.com/p2000t/software/raw/refs/heads/main/cartridges/familiegeheugen%204.bin"},

0 commit comments

Comments
 (0)