#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
Functions | |
uint32_t | yaze::SnesToPc (uint32_t addr) noexcept |
uint32_t | yaze::PcToSnes (uint32_t addr) |
uint32_t | yaze::Get24LocalFromPC (uint8_t *data, int addr, bool pc=true) |
int | yaze::AddressFromBytes (uint8_t bank, uint8_t high, uint8_t low) noexcept |
uint32_t | yaze::MapBankToWordAddress (uint8_t bank, uint16_t addr) noexcept |