summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/poly.h')
-rw-r--r--src/devices/video/poly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/poly.h b/src/devices/video/poly.h
index d67e570826f..72706e037e3 100644
--- a/src/devices/video/poly.h
+++ b/src/devices/video/poly.h
@@ -130,6 +130,7 @@ public:
// getters
running_machine &machine() const { return m_machine; }
screen_device &screen() const { assert(m_screen != nullptr); return *m_screen; }
+ uint32_t triangles_drawn() const { return m_triangles; }
// synchronization
void wait(const char *debug_reason = "general");