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