mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 21:10:07 +00:00
basic memory and cpu
This commit is contained in:
5
errorHandling/exceptions.go
Normal file
5
errorHandling/exceptions.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package errorHandling
|
||||
|
||||
const InvalidRomError = "Critical Error. Invalid ROM file. Please make sure you input a valid .gb file. Exiting..."
|
||||
|
||||
const OutOfMemoryBoundsError = "Critical Error. Trying to access data outside memory bounds. Exiting..."
|
||||
Reference in New Issue
Block a user