mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 13:00:07 +00:00
6 lines
245 B
Go
6 lines
245 B
Go
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..."
|