ComSquare
Functions
testPpuWrite.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include <iostream>
#include <bitset>
#include "tests.hpp"
#include "SNES.hpp"
#include "Memory/MemoryBus.hpp"
#include "PPU/PPU.hpp"
Include dependency graph for testPpuWrite.cpp:

Functions

 TEST_CASE ("inidisp_data_full_ones PPU_write", "[PPU_write]")
 
 TEST_CASE ("inidisp_data_full_zeros PPU_write", "[PPU_write]")
 
 TEST_CASE ("inidisp_data_fBlank_on_brghtness_off PPU_write", "[PPU_write]")
 
 TEST_CASE ("inidisp_data_fBlank_off_brghtness_max PPU_write", "[PPU_write]")
 
 TEST_CASE ("inidisp_data_fBlank_off_brghtness_half PPU_write", "[PPU_write]")
 
 TEST_CASE ("obsel_111_object_size_and_all_null PPU_write", "[PPU_write]")
 
 TEST_CASE ("obsel_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("obsel_data_full_nameselect PPU_write", "[PPU_write]")
 
 TEST_CASE ("obsel_data_full_baseselect_write", "[PPU_write]")
 
 TEST_CASE ("oamaddl_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("oamaddh_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("oamaddlh_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("oamaddlh_data_full_priorityBit_off PPU_write", "[PPU_write]")
 
 TEST_CASE ("oamaddlh_oamAdress_11_priorityBit_on PPU_write", "[PPU_write]")
 
 TEST_CASE ("bgmode_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bgmode_bgmode_5_and_bg24_on PPU_write", "[PPU_write]")
 
 TEST_CASE ("mosaic_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("mosaic_affectbg23_w_1x1_size PPU_write", "[PPU_write]")
 
 TEST_CASE ("mosaic_affectbg14_w_2x2_size PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg1sc_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg2sc_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg3sc_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg4sc_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg4sc_data_null PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg4sc_horizontal_off_vertical_on_random_tilemapAdress PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg12nba_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg34nba_data_full PPU_write", "[PPU_write]")
 
 TEST_CASE ("bg12nba_data_random_data PPU_write", "[PPU_write]")
 

Function Documentation

◆ TEST_CASE() [1/28]

TEST_CASE ( "bg12nba_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [2/28]

TEST_CASE ( "bg12nba_data_random_data PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [3/28]

TEST_CASE ( "bg1sc_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [4/28]

TEST_CASE ( "bg2sc_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [5/28]

TEST_CASE ( "bg34nba_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [6/28]

TEST_CASE ( "bg3sc_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [7/28]

TEST_CASE ( "bg4sc_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [8/28]

TEST_CASE ( "bg4sc_data_null PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [9/28]

TEST_CASE ( "bg4sc_horizontal_off_vertical_on_random_tilemapAdress PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [10/28]

TEST_CASE ( "bgmode_bgmode_5_and_bg24_on PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [11/28]

TEST_CASE ( "bgmode_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [12/28]

TEST_CASE ( "inidisp_data_fBlank_off_brghtness_half PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [13/28]

TEST_CASE ( "inidisp_data_fBlank_off_brghtness_max PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [14/28]

TEST_CASE ( "inidisp_data_fBlank_on_brghtness_off PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [15/28]

TEST_CASE ( "inidisp_data_full_ones PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [16/28]

TEST_CASE ( "inidisp_data_full_zeros PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [17/28]

TEST_CASE ( "mosaic_affectbg14_w_2x2_size PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [18/28]

TEST_CASE ( "mosaic_affectbg23_w_1x1_size PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [19/28]

TEST_CASE ( "mosaic_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [20/28]

TEST_CASE ( "oamaddh_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [21/28]

TEST_CASE ( "oamaddl_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [22/28]

TEST_CASE ( "oamaddlh_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [23/28]

TEST_CASE ( "oamaddlh_data_full_priorityBit_off PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [24/28]

TEST_CASE ( "oamaddlh_oamAdress_11_priorityBit_on PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [25/28]

TEST_CASE ( "obsel_111_object_size_and_all_null PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [26/28]

TEST_CASE ( "obsel_data_full PPU_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [27/28]

TEST_CASE ( "obsel_data_full_baseselect_write"  ,
""  [PPU_write] 
)

◆ TEST_CASE() [28/28]

TEST_CASE ( "obsel_data_full_nameselect PPU_write"  ,
""  [PPU_write] 
)