- 32
- 37 709
FLC Gaming
Приєднався 20 жов 2021
Gaming videos with a touch of mercury.
Super Channel ID: 2️⃣8️⃣0️⃣9️⃣1️⃣1️⃣
Registered to Super 7 November 2021 5:23 PM
Super Channel ID: 2️⃣8️⃣0️⃣9️⃣1️⃣1️⃣
Registered to Super 7 November 2021 5:23 PM
Відео
Sonic 1 Prototype - Illegal Instruction Error
Переглядів 26 тис.Рік тому
Sonic 1 Prototype - Illegal Instruction Error
Sonic CD - Creepy Hidden Screen - Code In Desc
Переглядів 9 тис.Рік тому
Sonic CD - Creepy Hidden Screen - Code In Desc
Clock work zone????
Wow!
*whistles* NO DRINKING DRINKS IN THE HALLS
15 𝙨𝙚𝙘𝙤𝙣𝙙𝙨, 𝙙𝙚𝙩𝙚𝙣𝙩𝙞𝙤𝙣 𝙛𝙤𝙧 𝙮𝙤𝙪, 𝙮𝙤𝙪 𝙨𝙝𝙤𝙪𝙡𝙙 𝙠𝙣𝙤𝙬 𝙗𝙚𝙩𝙩𝙚𝙧.
Guessing since the music data for drowning wasn't implemented yet, it was still a set of reserved code that couldn't be accessed through normal means. Setting the sound data to the allocated number in the list probably came up empty but the CPU tried to access the reserved memory there, so it halted the program and printed the reason. Other exception types (some very rare) : Address Error - Memory access or instruction execute at odd or invalid address (could also be odd address on stack) Bus Error - Attempted to access non-existent/reserved hardware or memory while not in supervisor mode, BERR line asserted Divide By Zero - Self explanatory. Privilege Violation - Attempted to execute supervisor-only commands Trace - Trace bit set on status register. Looks like manual crash on external debugger, as every instruction triggers a trace exception after the bit is set. Line 1010 Emulator / Line A Trap - Instruction with nibble $A executed, unimplemented. Line 1111 Emulator / Line F Trap - Instruction with nibble $A executed, unimplemented. CHK Instruction - Bounds-check instruction fail, destination operand less than zero or greater than source operand TRAPV Instruction - CCR overflow flag was set
I’ve only gotten Illegal Instruction, Address Error, Line 1111 and 1010 Emulator, and Zero Divide (only once).
What keys do I press on the keyboard for the sound select? Edit: FLC I know you saw this comment answer plz
There are plenty of secret codes for the sound select - just search for "Sonic CD Sound Select Secret Codes" on your favourite search engine!
@@FLCGamingdose chrome work :|
@@BetterAce5 Apologies for not replying. I used a web browser for that video.
Illegal instruction means that it tried to jump or write to the memory that it doesn't own. Simple access violation. I think you can make the 68k CPU continue to execulte by pressing C on the controller. That's why the error changes because the code is already broken and therefone throws more errors.
Awesome explanation!
@@FLCGaming thanks
one more time got me like:
Lol
Majin sonic/devil sonic
If you have bully send this to him
hey u use the same emulator that i use
Nice.
One time I heard this noise when I was sleeping. It lasted 2 hours.
Youre using this emulator too? :)
Yep
green hill lore 0:15
every sonic.exe jumpscare:
**ULTRA COMPRESSED STOCK SCREAM SOUND EFFECT**
Do you have a link for the game for free
Get a copy for $9.99: store.steampowered.com/app/1275890/Baldis_Basics_Plus/ There is no free option, but you can play Classic Remastered for free. basically-games.itch.io/baldis-basics-classic-remastered
@@FLCGaming nah
Hey flc
Hii!
How did he get the prototype💀
Search for the prototype ROM online.
92 is The Drowning Theme But It Crashes 93 is Get Chaos Emerald Which It Don't Make A Sound
Yeah, in the prototype, 93 is silent.
How to get secret level
What secret level?
Idk
@@sklyarslavikI recommend you look it up.
0:03 sonik sez: oh god flu- (sigh) you know what's about to happen now... right?
If you have one of the newer genesis for when you crash the game with the labyrinth act 1/2 and it shows the illegal instructions with the newer genesis you can actually rewind and when rewinding it rewinds the crash so incase you accidentally crash it then rewind and it’s fixed
Ah nice. This video was made with an emulator.
Yes I also did the same on my channel
Dxxd?
Next thing we know. VS ILLEGAL INSTRUCTION.EXE or smth
😮
sonic the hedgehog illegal instruction speed run 20 second
I’ll try to do it faster next time!
@@FLCGaming no thats a new record edit well its really 7 seconds
NEW SONIC.EXE OC JUST DROPPED 🔥🔥
Haha lol, pretty scary error. Imagine it’s 3AM and you get this error
Wow emulator js
Ams
If you keep pressing b when that error is displayed, it will output a never seen before "address error"
Address errors always happen lol
@@FLCGamingi already known that simply i never see that error 😅
Æ
@@i_hate_myl_life Œ
@@FLCGaming Something must've caused it to jump to an address ending with an odd number or something. I wish I knew more about 68K programming...
green hill lore
Haha
How do you do this glitch
Play sound 92 in the sound test and if you are wondering what causes this it's because sound 92 is a invalid pointer in the sonic 1 prototype and playing it will crash the game because it's playing an invalid sound that doesn't exist in the game
@@sawyerjohnston2544Totally right. You can also use RTC to send corruptions which causes these crashes.
I translated the the symptoms and is something about Sega Genesis I think
Yeah, the Japanese translates to "Infinite fun, Sega Enterprises"
It said infinite fun signed the devil
@@bryandavila5215it literally says “Mazin Picture” goofball
hey man whats the website name or program name
neptuneJS it took me an hour to get working the code on the website is totally broken, and you need vs code's live server extension.
@@_gherryIt’s some sort of online Java emulator. This is before I got RTC with Bizhawk.
@@FLCGamingsorry but *javascript
@@_gherrywasn’t called emulatorjs?
46 12 and 25
Fnf fans when they hear a prolonged note:
what
why are these jokes so unfunny and corny in a way
@@its_notjordanits reality
@@its_notjordanIt's facts
@@its_notjordanwell at-least it’s not misogyny.
1:12 WHAT?!
Sometimes if I mess around with the cartridge of sonic 1, it says emulator error, despite being on physical hardware. Just thought it was funny.
I don’t have my own Mega Drive yet.
Some 68k's had lines for additional processors and that way, you can add some hardware for floating-point math that Sonic 1 for example, has used. The reason it's called an emulator is to raise an exception if the connection has lost either on the A-line(1010), or on the F-line(1111). There are other errors like the illegal instruction, when it tries to jump or write to a memory that doesn't exist, or it doesn't own. I've never seen a PRIVILEGE VIOLATION error before, even though the 68k guide has it.
@@inqmusician2I have encountered a PRIVILEGE VIOLATION error in Sonic 2 when trying to load a Sonic 1 savestate before. Spamming D after getting various common errors resulted in the PRIVILEGE VIOLATION occurring.
@@inqmusician2 The game can also crash if you divide by 0
@@inqmusician2 sorry, this is an old comment, but i'm curious. recently in one of these videos i saw an address error message. what does that one mean?