summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/avgdvg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/avgdvg.cpp')
-rw-r--r--src/mame/video/avgdvg.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mame/video/avgdvg.cpp b/src/mame/video/avgdvg.cpp
index 3b9e9db4392..7e711db10e3 100644
--- a/src/mame/video/avgdvg.cpp
+++ b/src/mame/video/avgdvg.cpp
@@ -43,16 +43,6 @@
*
*************************************/
-void avgdvg_device::set_flip_x(int flip)
-{
- flip_x = flip;
-}
-
-void avgdvg_device::set_flip_y(int flip)
-{
- flip_y = flip;
-}
-
void avgdvg_device::apply_flipping(int *x, int *y)
{
if (flip_x)
@@ -1462,11 +1452,6 @@ void dvg_device::device_start()
register_state();
}
-void avgdvg_device::set_vector_tag(const char *tag)
-{
- m_vector.set_tag(tag);
-}
-
avgdvg_device::avgdvg_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, type, tag, owner, clock)
, m_vector(*this, finder_base::DUMMY_TAG)