Discuss Scratch

tagrim123
Scratcher
500+ posts

The Beeb - a full BBC Microcomputer emulator

RokCoder wrote:

The Bad Apple disk image posted by @ScratchMario3000 in the above three posts works surprisingly well in the emulator!
  1. Select “load user-disk from code” in the emulator
  2. Paste the first section of code in
  3. Paste the second section of code at the end of the first
  4. Paste the third section of code at the end of the second
  5. Press ENTER
  6. Press and hold the SHIFT key
  7. Click the BREAK button in the emulator
  8. Release the SHIFT key
  9. Watch the video!
the fact he had the patience to do all of this is insane.
ScratchMario3000
Scratcher
74 posts

The Beeb - a full BBC Microcomputer emulator

tagrim123 wrote:

RokCoder wrote:

The Bad Apple disk image posted by @ScratchMario3000 in the above three posts works surprisingly well in the emulator!
  1. Select “load user-disk from code” in the emulator
  2. Paste the first section of code in
  3. Paste the second section of code at the end of the first
  4. Paste the third section of code at the end of the second
  5. Press ENTER
  6. Press and hold the SHIFT key
  7. Click the BREAK button in the emulator
  8. Release the SHIFT key
  9. Watch the video!
the fact he had the patience to do all of this is insane.
It wasn't that hard. I just went to the repo of the program, got the SDD or something, used rokcoder's converter, and put the savecode here.
commandpro1234
Scratcher
10 posts

The Beeb - a full BBC Microcomputer emulator

Diddy wrote:

What
Bro
Jude_5152012
Scratcher
4 posts

The Beeb - a full BBC Microcomputer emulator

Found an interesting behaviour in backspaces with double tall text while fiddling with this small program I wrote:
10 A% = INKEY(0)
20 IF A%=-1:GOTO10:REM no random blank chars
30 IF A%=1:VDU141:GOTO10:REM ctrl+A to double tall
40 IF A%=13:VDU13,10:GOTO10: REM CR (return) to CRLF
50 PRINTCHR$(A%);:GOTO10:REM print other inputs
, where backspacing double letters doesn't fully erase them and you can type over the remnants.

Another program that you can mess with double tall letters in is this:
VDU141,13,10,141:REM make following line from BASIC double tall
, where you type with double tall letters for a line.

Last edited by Jude_5152012 (Oct. 20, 2025 19:37:31)

AriIsCool001
Scratcher
2 posts

The Beeb - a full BBC Microcomputer emulator

Well… Since this technically doesn't run on Scratch, has anyone managed to make DOOM on this? Seriously, DOOM can run on anything.
RokCoder
Scratcher
1000+ posts

The Beeb - a full BBC Microcomputer emulator

AriIsCool001 wrote:

Well… Since this technically doesn't run on Scratch, has anyone managed to make DOOM on this? Seriously, DOOM can run on anything.
Doom wasn't even a twinkle in someone's eye when the BBC Micro was around. Nor would the BBC Micro be powerful enough to run it without modified hardware.

Powered by DjangoBB