mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 18:21:19 +00:00
Implementing an array of instructions with method's pointer for the CPU (it does not work well for now
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include "DebuggableError.hpp"
|
||||
|
||||
namespace ComSquare
|
||||
{
|
||||
//! @brief Exception thrown when someone tries to load an invalid rom.
|
||||
class InvalidRomException : public std::exception {
|
||||
class InvalidRomException : public DebuggableError {
|
||||
private:
|
||||
std::string _msg;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user