mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 20:14:53 +00:00
Adding the SFML to the CMake libraries
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "Cartridge.hpp"
|
||||
#include "../Exceptions/InvalidAddress.hpp"
|
||||
#include "../Exceptions/InvalidRom.hpp"
|
||||
#include "../Exceptions/InvalidAcction.hpp"
|
||||
#include "../Exceptions/InvalidAction.hpp"
|
||||
|
||||
namespace ComSquare::Cartridge
|
||||
{
|
||||
@@ -56,7 +56,7 @@ namespace ComSquare::Cartridge
|
||||
{
|
||||
(void)addr;
|
||||
(void)data;
|
||||
throw InvalidAcction("Witting to the ROM is not allowed.");
|
||||
throw InvalidAction("Witting to the ROM is not allowed.");
|
||||
}
|
||||
|
||||
uint32_t Cartridge::_getHeaderAddress()
|
||||
|
||||
Reference in New Issue
Block a user