mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Better names for Video System sprite devices (nw)
This commit is contained in:
parent
2ff4e3da44
commit
f6ad5b79e1
@ -525,6 +525,7 @@ MACHINE_CONFIG_START(f1gp_state::f1gp2)
|
||||
|
||||
MCFG_DEVICE_REMOVE("gga")
|
||||
MCFG_DEVICE_REMOVE("vsystem_spr_old")
|
||||
MCFG_DEVICE_REMOVE("vsystem_spr_ol2")
|
||||
MCFG_DEVICE_ADD("vsystem_spr", VSYSTEM_SPR, 0)
|
||||
MCFG_VSYSTEM_SPR_SET_TILE_INDIRECT( f1gp_state, f1gp2_tile_callback )
|
||||
MCFG_VSYSTEM_SPR_SET_GFXREGION(1)
|
||||
|
@ -64,7 +64,7 @@ Abstracts the VS9210
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
DEFINE_DEVICE_TYPE(VSYSTEM_SPR, vsystem_spr_device, "vsystem_spr", "Video System Sprites")
|
||||
DEFINE_DEVICE_TYPE(VSYSTEM_SPR, vsystem_spr_device, "vsystem_spr", "Video System VS9108 Sprites")
|
||||
|
||||
vsystem_spr_device::vsystem_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: device_t(mconfig, VSYSTEM_SPR, tag, owner, clock)
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "vsystem_spr2.h"
|
||||
|
||||
|
||||
DEFINE_DEVICE_TYPE(VSYSTEM_SPR2, vsystem_spr2_device, "vsystem2_spr", "Video System Sprites Type 2")
|
||||
DEFINE_DEVICE_TYPE(VSYSTEM_SPR2, vsystem_spr2_device, "vsystem2_spr", "Video System VS8904/VS8905 Sprites")
|
||||
|
||||
vsystem_spr2_device::vsystem_spr2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: device_t(mconfig, VSYSTEM_SPR2, tag, owner, clock)
|
||||
|
Loading…
Reference in New Issue
Block a user