mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 20:43:51 -05:00
6dd8e13338
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3308 8ced0084-cf51-0410-be5f-012b33b47a6e
15 lines
276 B
Smarty
15 lines
276 B
Smarty
<test name="@CMD@ test" type="srfull"
|
|
description="This test checks the effect of various SR flags over @CMD@">
|
|
<header>
|
|
incdir "tests"
|
|
include "dsp_base.inc"
|
|
</header>
|
|
<body>
|
|
lri $IX0, #0x0000
|
|
lri $SR, @SR@
|
|
|
|
@CMD@
|
|
lri $IX0, #0x1337
|
|
call send_back
|
|
</body>
|
|
</test> |