mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
Missed one.
This commit is contained in:
parent
9e5ad97df1
commit
3ada625d3b
@ -289,5 +289,7 @@ VIDEO_UPDATE( trojan )
|
|||||||
|
|
||||||
VIDEO_EOF( lwings )
|
VIDEO_EOF( lwings )
|
||||||
{
|
{
|
||||||
buffer_spriteram_w(machine,0,0);
|
const address_space *space = cpu_get_address_space(machine->cpu[0], ADDRESS_SPACE_PROGRAM);
|
||||||
|
|
||||||
|
buffer_spriteram_w(space,0,0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user