summaryrefslogtreecommitdiff
path: root/emu/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/memory.c')
-rw-r--r--emu/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/memory.c b/emu/memory.c
index c3f49a4..e879edd 100644
--- a/emu/memory.c
+++ b/emu/memory.c
@@ -7,6 +7,7 @@
static device_vtable_t const memory_vtable = {
memory_read,
memory_write,
+ device_draw,
memory_deinit
};