mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 22:21:03 +00:00
support mapping 32bit files
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
#include "../memory_manager.hpp"
|
||||
|
||||
mapped_module map_module_from_data(memory_manager& memory, std::span<const uint8_t> data, std::filesystem::path file);
|
||||
template <typename T>
|
||||
mapped_module map_module_from_file(memory_manager& memory, std::filesystem::path file);
|
||||
|
||||
bool unmap_module(memory_manager& memory, const mapped_module& mod);
|
||||
|
||||
Reference in New Issue
Block a user