mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
deactivated Space Invaders test until image file is available on github
Maybe I'm assuming the wrong file name "images/asm-space-invaders.img"?
This commit is contained in:
parent
e8235c5f3e
commit
200219335b
1 changed files with 2 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ for(const fd_size of ["160K", "180K", "320K", "360K", "640K", "720K", "1200K", "
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
await exec_test("floppy-custom-size", CONFIG_SPACE_INVADERS_FD, 60, async emulator =>
|
||||
{
|
||||
console.log("Waiting for boot screen");
|
||||
|
|
@ -233,6 +234,7 @@ await exec_test("floppy-custom-size", CONFIG_SPACE_INVADERS_FD, 60, async emulat
|
|||
console.log("Waiting for start screen");
|
||||
await expect(emulator, " ", [/#\s{2}3\s{5}Hard\s{8}#$/, /#\s{20}#$/, /#{22}$/], 3000);
|
||||
});
|
||||
*/
|
||||
|
||||
await exec_test("floppy-insert-eject", CONFIG_MSDOS622_HD, 60, async emulator =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue