From 33bb057ee67f582c91001138bc4fdda02b768973 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 3 Feb 2021 23:43:23 +0100 Subject: [PATCH] Oups --- tests/CPU/testDMA.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CPU/testDMA.cpp b/tests/CPU/testDMA.cpp index d35b02f..25b87d3 100644 --- a/tests/CPU/testDMA.cpp +++ b/tests/CPU/testDMA.cpp @@ -7,8 +7,7 @@ #include "../tests.hpp" using namespace ComSquare; -//Test(DMA, RomToVRAM) -int main() +Test(DMA, RomToVRAM) { Init() snes.cartridge->_size = 4000000;