This commit is contained in:
anonymous 2025-07-11 21:30:41 +02:00
commit b863647055
142 changed files with 17352 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,26 @@
# PBL Metoo Edition configuration file
# This is the bios image file loaded at boot. It is loaded from the same
# directory default.xbe is in.
Romfile Cerbios.bin
# Change the led color sequence when the loader boots. Define it if you
# like flashing lights and glimmering objects. r=red, o=orange, g=green, x=off.
#LEDSequence rrrr
# Define to write debug messages to pbldebug.log. May be useful in finding out
# what's wrong, when it doesn't work. Default log file name is pbldebug.log.
#Debug true
#DebugLog pbldebug.log
# What to do with the screen during bios loading:
# keep = keep the current screen (default)
# blank = blank screen
# off = turn video output off completely
# nothing = don't do anything to the video output (results in
# garbage output during bios loading)
#Screen blank

Binary file not shown.