Coder Social home page Coder Social logo

blastem-gtk's Introduction

blastem-gtk

This is an attempt to build a gui for BlastEm with the GTK+2/3 toolkit.

BlastEm is an open source and highly accurate emulator for the Genesis/Megadrive developed by Mike Pavone.

blastem-gtk's People

Contributors

heuripedes avatar mikepavone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

darksgan

blastem-gtk's Issues

Can't change regions

The cycle mode/pal function doesn't do anything. I tried mapping it to different keys, but it doesn't work. You can force a region not only in Kega Fusion, but on the actual Megadrive.

Jaguar code is obsolete

Hi,

I know, that your project is just original code plus gtk gui. But, Mike's repo doesn't have any ability to commit or help with project, so, I'm writing it here.

Blastem source contains source for the Jaguar emulation. But it is inconsistent, and cannot be compiled. Even Makefile doesn't have all needed code for that.

Maybe it will be better to remove these files from the project?

Blastem opens every rom as ZIP

int check_rom(char *filename)
{
	int r;
	FILE *f = ajunzip(filename);

	r = f == NULL ? 0 : 1;

	if (r)
		fclose(f);
	else
		show_message(filename, "is not a valid ROM!");

	return r;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.