svmap

Crates.iosvmap
lib.rssvmap
version0.3.0
sourcesrc
created_at2023-05-28 19:29:59.767238
updated_at2023-06-10 20:29:28.540796
descriptionA library to parse SVMap, used to map memory for emulators.
homepage
repository
max_upload_size
id876674
size25,679
(gwaadiegwaa)

documentation

README

SVMap

This crate provides a library to parse SVMap files (*.svmap), used to map/configure memory for emulators. This way emulator memory can be configured with editing a simple and human-readable text document instead of needing to reprogram and recompile an existing emulator.

Example of a SVMap file:

(Set up memory)
0x0000 ... 0x7FFF -> ram 
0x8000 ... 0xFFFF -> rom 

(Set up vectors)
@reset_vector = 0xFFFD

See lib.rs for more information.

Commit count: 0

cargo fmt