summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/osborne1.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/mess/machine/osborne1.c
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/mess/machine/osborne1.c')
-rw-r--r--src/mess/machine/osborne1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/osborne1.c b/src/mess/machine/osborne1.c
index 00e63944330..3cbb524ff40 100644
--- a/src/mess/machine/osborne1.c
+++ b/src/mess/machine/osborne1.c
@@ -445,7 +445,6 @@ void osborne1_state::machine_reset()
DRIVER_INIT_MEMBER(osborne1_state,osborne1)
{
-
m_empty_4K = auto_alloc_array(machine(), UINT8, 0x1000 );
memset( m_empty_4K, 0xFF, 0x1000 );