···55/*****************************************************************************
66 * File name: src/arch/rc759/main.h *
77 * Created: 2012-06-29 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2012-2015 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2012-2025 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···29293030extern const char *par_terminal;
3131extern const char *par_video;
3232+extern const char *par_boot;
323333343435void sim_stop (void);
+19-1
src/arch/rc759/pce-rc759.1
···11-.TH PCE-RC759 1 "2012-07-08" "HH" "pce"
11+.TH PCE-RC759 1 "2025-04-22" "HH" "pce"
22\
33.SH NAME
44pce-rc759 \- RC759 Piccoline emulator
···1111is an RC759 Piccoline emulator.
1212\
1313.SH OPTIONS
1414+.TP
1515+.BI "-b, --boot " device
1616+Set the boot device in the NVM before starting the emulation. Valid
1717+boot devices are:
1818+.RS
1919+.TP
2020+.B a
2121+The first floppy disk drive (A:)
2222+.TP
2323+.B b
2424+The second floppy disk drive (B:)
2525+.TP
2626+.B net
2727+Network
2828+.TP
2929+.B prom
3030+Boot into PROM
3131+.RE
1432.TP
1533.BI "-c, --config " file
1634Set the config file name.
+5
src/arch/rc759/pce-rc759.cfg.in
···6464 # and the NVM checksum is set correctly.
6565 sanitize_nvm = 1
66666767+ # Update the boot device in the NVM.
6868+ #
6969+ # Valid boot devices are "a", "b", "prom" and "net".
7070+ boot = "prom"
7171+6772 # The local parallel port
6873 parport1 = "stdio:file=parport1.out:flush=1"
6974