Example #1
0
def test_scanline():
    replay(rom_file, replay_file, 'scanline', verify=False)
Example #2
0
def test_sdl2():
    replay(rom_file, replay_file, 'SDL2')
Example #3
0
def test_dummy():
    replay(rom_file, replay_file, 'dummy', verify=False)
Example #4
0
def test_opengl():
    replay(rom_file, replay_file, 'OpenGL')
Example #5
0
def test_headless():
    replay(rom_file, replay_file, 'headless')
Example #6
0
def test_scanline():
    replay(utils.kirby_rom, replay_file, 'scanline', verify=False)
Example #7
0
def test_dummy():
    replay(utils.kirby_rom, replay_file, 'dummy', verify=False)
Example #8
0
def test_sdl2():
    replay(utils.kirby_rom, replay_file, 'SDL2')
Example #9
0
def test_headless():
    replay(utils.kirby_rom, replay_file, 'headless')
Example #10
0
def test_opengl():
    replay(utils.kirby_rom, replay_file, 'OpenGL')