hadess / smartboy-dumper

Linux dumper for the Hyperkin Smartboy
GNU General Public License v3.0
10 stars 2 forks source link

Split off dumper code from command-line app #1

Open hadess opened 5 years ago

hadess commented 5 years ago

So it can be integrated into other apps

hadess commented 5 years ago

This will allow for front-ends to do something better than:

g_file_set_contents (filename, (char *) buf->data, rom_size, NULL);