dreamcast/maple/maple.h
Zack Buhman 481a0cb0dc move maple definitions to a new maple/ directory
maple.cpp now uses the new maple_bus_commands.h
2023-12-09 16:38:57 +08:00

7 lines
154 B
C++

#pragma once
#include <cstdint>
void maple_init_host_command(uint32_t * buf, uint32_t * receive_address);
void maple_dma_start(uint32_t * command_buf);