summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-08-31 23:44:44 +0200
committer hap <happppp@users.noreply.github.com>2021-08-31 23:45:14 +0200
commitf99b3f756ee917caf7c68a18d12799fbdfcb2af4 (patch)
treea6c1d2930e7b2b8c35839cc9cc2d1e823d520b1a /src/mame/includes
parentf3b2d781dee579cf6e816cbefff3b15340a02073 (diff)
segac2: decouple driver class from md_base_state
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/megadriv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/megadriv.h b/src/mame/includes/megadriv.h
index 35217cf5bc7..ddaecb717e8 100644
--- a/src/mame/includes/megadriv.h
+++ b/src/mame/includes/megadriv.h
@@ -73,7 +73,6 @@ struct genesis_z80_vars
genesis_z80_vars m_genz80;
int m_version_hi_nibble;
- void init_megadriv_c2();
void init_megadrie();
void init_megadriv();
void init_megadrij();