First post, by exofreeze
- Rank
- Member
I have found an older title called Bumble Games which was written in basic and was part of IBM's early learning series.
The game is packed with basica and a bat file which calls:
BASICA hello.bas/f:0/s:0
This causes dosbox to lock up and require a forced task kill however.
I am using 0.74.
In the debugger I noticed that it claimed disk 0 was not active. ripsaw8080 has pointed out with other games that have this message that mounting an arbitrary img file as the A drive works in some cases. In this case, it does bypass the disk 0 not active error, however in the debugger it shows it repeatedly trying to write a 1 and a 0 to the same address until it locks up.