Search found 100 matches
- Fri Apr 02, 2021 6:05 pm
- Forum: phpBB Issues
- Topic: Achievement unlocked: human spammers
- Replies: 8
- Views: 613
Re: Achievement unlocked: human spammers
I thought of a.. an interesting idea for a mode for when human spammers are detected. Have some sort of mode so they can post messages, but only they themselves can see their own messages. So, here they are - spamming away, but noone will ever see the messages but the spammers themselves. This way t...
- Thu Mar 18, 2021 9:16 pm
- Forum: 2020 NESdev Competition
- Topic: Spacegulls
- Replies: 14
- Views: 4278
Re: Spacegulls
Overswarm, those speedruns were a joy to watch - thanks
- Sat Mar 13, 2021 7:04 am
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2703
Re: MASAMI Sushi Ace - Columns clone
Looking good 

- Tue Mar 09, 2021 9:38 pm
- Forum: Homebrew Projects
- Topic: Banana Bash! / Saru Kani Panic - An action puzzle game for NES and FC
- Replies: 34
- Views: 24714
Re: Banana Bash! / Saru Kani Panic - An action puzzle game for NES and FC
work3,
thank you for telling about "saru kani gassen" history
I love the name "Banana Bash!" I Hope I can buy the nesrom to play on my emulator.
best regards,
- dink
thank you for telling about "saru kani gassen" history

I love the name "Banana Bash!" I Hope I can buy the nesrom to play on my emulator.
best regards,
- dink
- Tue Mar 02, 2021 6:16 pm
- Forum: 2016 NESdev Competition
- Topic: Jupiter Scope 2
- Replies: 1
- Views: 1091
Re: Jupiter Scope 2
After many, many tries, I can only manage 8610 points. 
p.s. love the music!!
best regards,
- dink

p.s. love the music!!
best regards,
- dink
- Mon Mar 01, 2021 9:13 pm
- Forum: 2020 NESdev Competition
- Topic: Spacegulls
- Replies: 14
- Views: 4278
Re: Spacegulls
Lastly, 2 small bugs that probably won't matter much.. after you beat the end boss, and his ship disappears: 1: the blue platform on the right side disappears, but the bird can still land on it. the blue platform on the left side is there, but the bird can't land on it. 2: when you go down the hole ...
- Mon Mar 01, 2021 7:13 pm
- Forum: 2020 NESdev Competition
- Topic: Spacegulls
- Replies: 14
- Views: 4278
Re: Spacegulls
I made a little video showing how to cause the glitch (see previous post.) For miau: https://www.youtube.com/watch?v=oQTi-ErGcAw Just thought I should point this out: I do a lot of state loading in this video: for example, when the bug crashes the machine or if I make it through the door successfull...
- Mon Mar 01, 2021 7:05 pm
- Forum: 2020 NESdev Competition
- Topic: Spacegulls
- Replies: 14
- Views: 4278
Re: Spacegulls
After playing this game, I have one (personal) problem with it: When you leave your Spacegull house - the music starts playing. Let's say you're not feeling so adventurous that day, and you decide to go back to the house to watch some tv. the music should stop playing, so you can kick back and watch...
- Sun Feb 28, 2021 6:26 pm
- Forum: 2020 NESdev Competition
- Topic: nesxidy
- Replies: 6
- Views: 1802
Re: nesxidy
what you did here is really quite technically awesome!! 

- Thu Feb 25, 2021 10:53 pm
- Forum: NESdev
- Topic: Top Rider std. controller patch & code
- Replies: 0
- Views: 1433
Top Rider std. controller patch & code
A friend wanted to play Top Rider (file size: 163856, crc32: 0xca1a395a) without having to enter the code on controller#2 to enter "normal controller mode" each time they wanted to play.
Here's a Game Genie code: IUEOKOAL
and a patch [attached] to do just that.
best regards,
- dink
Here's a Game Genie code: IUEOKOAL
and a patch [attached] to do just that.
best regards,
- dink
- Thu Feb 25, 2021 5:52 pm
- Forum: 2020 NESdev Competition
- Topic: Spacegulls
- Replies: 14
- Views: 4278
Re: Untitled space bird platformer
Cute, love it already!
- Sat Feb 20, 2021 10:50 pm
- Forum: NESemdev
- Topic: Mesen - NES Emulator
- Replies: 928
- Views: 509789
Re: Mesen - NES Emulator
mkwong98 - thanks, looks very nice! 
I will do some research when time permits and get back with you on the other modes.
best regards,
- dink

I will do some research when time permits and get back with you on the other modes.
best regards,
- dink
- Thu Feb 18, 2021 1:21 pm
- Forum: 2020 NESdev Competition
- Topic: Wolf Spirit - Trials of the wolf clan
- Replies: 16
- Views: 9079
Re: Wolf Spirit - Trials of the wolf clan
I like Attack2 the best, so I chose that one. attack1 (last animation) second-best, attack3 (first animation) least/not very much
- Tue Feb 16, 2021 6:10 pm
- Forum: Homebrew Projects
- Topic: Banana Bash! / Saru Kani Panic - An action puzzle game for NES and FC
- Replies: 34
- Views: 24714
Re: Saru Kani Panic - An action puzzle game for NES and FC
I recognize the name from a 90s arcade game "Saru Kani Hamu Zou". A strangely-cute breakout-type game that uses hamsters as the ball 

- Mon Feb 15, 2021 9:24 am
- Forum: NESemdev
- Topic: Mesen - NES Emulator
- Replies: 928
- Views: 509789
Re: Mesen - NES Emulator
Hi mkwong99, Search for "Outer Bank Select ($D003)" on: https://wiki.nesdev.com/w/index.php/J.Y._Company_ASIC Here's a piece from my mapper: write handler: if ((address & 0xf803) == 0xd003) { if (_romInfo.MapperID == 35 || _romInfo.MapperID == 90 || _romInfo.MapperID == 209 || _romInfo.MapperID == 2...