summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-02-27 12:33:19 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-02-27 12:33:19 -0500
commit1aa66a81b102239a5eedcf1e2453e65796953e43 (patch)
tree8dfa189372d95c1262938c590a26e3eb78154973 /src/mame/includes
parent7002aae556cbc3dbc90d76777bb97f4925f34916 (diff)
tatsumi.cpp: Remove obsolete YM2151 hack
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/tatsumi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/tatsumi.h b/src/mame/includes/tatsumi.h
index 79f0f433c35..39971d2b0a7 100644
--- a/src/mame/includes/tatsumi.h
+++ b/src/mame/includes/tatsumi.h
@@ -66,8 +66,6 @@ protected:
uint16_t tatsumi_sprite_control_r(offs_t offset);
void tatsumi_sprite_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
- uint8_t tatsumi_hack_ym2151_r();
-
void tatsumi_reset();
template<class BitmapClass> void draw_sprites(BitmapClass &bitmap, const rectangle &cliprect, int write_priority_only, int rambank);
template<class BitmapClass> inline void roundupt_drawgfxzoomrotate( BitmapClass &dest_bmp, const rectangle &clip,