summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mamecore.h
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-02-29 04:01:09 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-02-29 04:01:09 +0000
commitf8cbcafd5e524cebf3afa8096a6d96dc9eca4161 (patch)
tree9a9f77be575a83f32ae56e9d13e033ef430e5bb6 /src/emu/mamecore.h
parenta3aef48df56d4c2cb9f840fe1b4e01f0c66faab7 (diff)
Replaces mame_bitmap with bitmap_t
Removes mame_bitmap
Diffstat (limited to 'src/emu/mamecore.h')
-rw-r--r--src/emu/mamecore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/mamecore.h b/src/emu/mamecore.h
index e1d69c896b3..304bb2e8f96 100644
--- a/src/emu/mamecore.h
+++ b/src/emu/mamecore.h
@@ -77,9 +77,6 @@ typedef UINT32 pen_t;
/* stream_sample_t is used to represent a single sample in a sound stream */
typedef INT32 stream_sample_t;
-/* mame_bitmap is just a bitmap_t */
-typedef bitmap_t mame_bitmap;
-
/***************************************************************************