mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
seibucop: missing sourcefile header (nw)
This commit is contained in:
parent
c1fea1f76c
commit
53ec8c6f89
@ -1,3 +1,6 @@
|
|||||||
|
// license:LGPL-2.1+
|
||||||
|
// copyright-holders:Olivier Galibert, Angelo Salese, David Haywood, Tomasz Slanina
|
||||||
|
|
||||||
/* Main COP functionality */
|
/* Main COP functionality */
|
||||||
|
|
||||||
// notes about tables:
|
// notes about tables:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:LGPL-2.1+
|
||||||
|
// copyright-holders:Olivier Galibert, Angelo Salese, David Haywood, Tomasz Slanina
|
||||||
|
|
||||||
// ALL games use this - tilemap DMA (RAM -> private buffer)
|
// ALL games use this - tilemap DMA (RAM -> private buffer)
|
||||||
void raiden2cop_device::dma_tilemap_buffer()
|
void raiden2cop_device::dma_tilemap_buffer()
|
||||||
@ -184,5 +186,3 @@ void raiden2cop_device::dma_zsorting(uint16_t data)
|
|||||||
for(int i=0; i<data; i++)
|
for(int i=0; i<data; i++)
|
||||||
m_host_space->write_word(cop_sort_lookup + 2*i, entries[i].val);
|
m_host_space->write_word(cop_sort_lookup + 2*i, entries[i].val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user