summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssingles.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
commit1940866c70674f0a625a79677b90f9f4a33b2e25 (patch)
tree0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/mame/drivers/ssingles.c
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/mame/drivers/ssingles.c')
-rw-r--r--src/mame/drivers/ssingles.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/drivers/ssingles.c b/src/mame/drivers/ssingles.c
index 0aa71b6d81f..4ccee55786e 100644
--- a/src/mame/drivers/ssingles.c
+++ b/src/mame/drivers/ssingles.c
@@ -311,7 +311,6 @@ WRITE8_MEMBER(ssingles_state::ssingles_colorram_w)
void ssingles_state::video_start()
{
-
{
int i;
for(i=0;i<NUM_PENS;++i)
@@ -324,20 +323,17 @@ void ssingles_state::video_start()
READ8_MEMBER(ssingles_state::c000_r)
{
-
return m_prot_data;
}
READ8_MEMBER(ssingles_state::c001_r)
{
-
m_prot_data=0xc4;
return 0;
}
WRITE8_MEMBER(ssingles_state::c001_w)
{
-
m_prot_data^=data^0x11;
}
@@ -392,7 +388,6 @@ READ8_MEMBER(ssingles_state::atamanot_prot_r)
WRITE8_MEMBER(ssingles_state::atamanot_prot_w)
{
-
m_atamanot_prot_state = data;
}
@@ -686,7 +681,6 @@ ROM_END
DRIVER_INIT_MEMBER(ssingles_state,ssingles)
{
-
save_item(NAME(m_videoram));
save_item(NAME(m_colorram));
}