diff options
Diffstat (limited to 'hw/mac_dbdma.c')
-rw-r--r-- | hw/mac_dbdma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c index 74003e60a6..401384c4c8 100644 --- a/hw/mac_dbdma.c +++ b/hw/mac_dbdma.c @@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index) { *dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL); } - |