Let's consider it's a April fool's day joke.
I've made another ugly porting attempt using GenesisDev. The game is called Maziacs .
Here are original gameplay and rules in case you don't know what Maziacs is about.
Port is mostly playable, but return is not implemented yet and sound is missing.
BTW ...
Search found 11 matches
- Fri Apr 01, 2011 10:49 am
- Forum: Demos
- Topic: Maziacs MD
- Replies: 2
- Views: 4609
- Sun Mar 27, 2011 7:09 pm
- Forum: Blabla
- Topic: GCC question
- Replies: 3
- Views: 5045
- Sat Mar 26, 2011 1:55 pm
- Forum: Blabla
- Topic: GCC question
- Replies: 3
- Views: 5045
GCC question
I'm going mad. Anyone can tell me why following C parts are working differently?
Is this expected behavior? 
Code: Select all
1)
unsigned char smth;
smth=0;
smth--;
smth%=32;
smth equals 31 // Just what I want
2)
unsigned char smth;
smth=0;
smth=(smth-1)%32;
smth equals 255 // Why?

- Sat Mar 12, 2011 9:29 pm
- Forum: Demos
- Topic: Genesis BD
- Replies: 4
- Views: 7598
- Sun Mar 06, 2011 6:47 am
- Forum: SGDK
- Topic: Sega Genesis Dev Kit (SGDK)
- Replies: 853
- Views: 1465510
- Fri Feb 25, 2011 8:34 pm
- Forum: SGDK
- Topic: Sega Genesis Dev Kit (SGDK)
- Replies: 853
- Views: 1465510
Thank you so much for the sprite intro!
I will be waiting silently for updates.
I'm sorry to say but link in tutorial
http://sgdk.googlecode.com/svn/wiki/fil ... GenRes.zip is wrong.
It should be
http://sgdk.googlecode.com/svn/wiki/fil ... GenRes.zip
I will be waiting silently for updates.
I'm sorry to say but link in tutorial
http://sgdk.googlecode.com/svn/wiki/fil ... GenRes.zip is wrong.
It should be
http://sgdk.googlecode.com/svn/wiki/fil ... GenRes.zip
- Mon Feb 21, 2011 6:17 pm
- Forum: Demos
- Topic: Rick Dangerous released
- Replies: 9
- Views: 9667
- Sat Feb 05, 2011 9:45 am
- Forum: SGDK
- Topic: Sega Genesis Dev Kit (SGDK)
- Replies: 853
- Views: 1465510
- Sun Jan 30, 2011 9:24 am
- Forum: SGDK
- Topic: Sega Genesis Dev Kit (SGDK)
- Replies: 853
- Views: 1465510
- Sun Jan 23, 2011 7:55 pm
- Forum: SGDK
- Topic: Sega Genesis Dev Kit (SGDK)
- Replies: 853
- Views: 1465510