https://github.com/bodgit/megasd
Golang library supporting the Terraonion MegaSD cartridge
https://github.com/bodgit/megasd
golang mega-cd megadrive sega sega-cd sega-genesis sega-mark-iii sega-master-system sega-mega-drive sega-megadrive
Last synced: 2 months ago
JSON representation
Golang library supporting the Terraonion MegaSD cartridge
- Host: GitHub
- URL: https://github.com/bodgit/megasd
- Owner: bodgit
- License: bsd-3-clause
- Created: 2019-11-23T10:44:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T17:01:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T21:51:07.574Z (3 months ago)
- Topics: golang, mega-cd, megadrive, sega, sega-cd, sega-genesis, sega-mark-iii, sega-master-system, sega-mega-drive, sega-megadrive
- Language: Go
- Homepage: https://godoc.org/github.com/bodgit/megasd
- Size: 66.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/bodgit/megasd)
[](https://goreportcard.com/report/github.com/bodgit/megasd)
[](https://godoc.org/github.com/bodgit/megasd)# MegaSD
```
go get github.com/bodgit/megasd/...
```
To import an existing database generated by the [C# tool](https://github.com/Terraonion-dev/GameDBManagerMD):
```
megasd import /path/to/db.xml
```
_(This will need the XML file and the original PNG image files.)_You can then scan your Micro SD card and generate the metadata:
```
megasd scan /Volumes/MEGADRIVE
```
The tool uses a small SQLite database, the location of which defaults to `$PWD/megasd.db`.
You can pass a `--db` flag or set the environment variable `$MEGASD_DB` to put this file somewhere else.