increase bios path length

This commit is contained in:
Jorj Bauer 2020-07-13 17:27:07 -04:00
parent 1dcbee91ba
commit 1062cec90c
1 changed files with 1 additions and 1 deletions

2
bios.h
View File

@ -8,7 +8,7 @@
#endif
#define BIOS_MAXFILES 10 // number of files in a page of listing
#define BIOS_MAXPATH 40 // maximum length of a single filename that we'll support
#define BIOS_MAXPATH 60 // maximum length of a single filename that we'll support
class BIOS {
public: