diff options
author | 2013-01-11 19:43:14 +0000 | |
---|---|---|
committer | 2013-01-11 19:43:14 +0000 | |
commit | 1940866c70674f0a625a79677b90f9f4a33b2e25 (patch) | |
tree | 0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/mess/machine/osborne1.c | |
parent | cff79778372c37b3b2eb9f64e31bd0abfdab978d (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.c | 1 |
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 ); |