benmbrennan / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

support for emulating the internal clock #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ok, i really dont know what games use this other than animal forest, but
this seems like something no emulators have done yet. also, animal forest
is pretty unplayable without it. i dont really want to spend 25% of my play
time setting the clock

Original issue reported on code.google.com by darkmags...@gmail.com on 12 Jun 2009 at 11:00

Attachments:

GoogleCodeExporter commented 9 years ago
oh, and for the record, this also happens on pj64.

Original comment by darkmags...@gmail.com on 12 Jun 2009 at 11:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by richard...@gmail.com on 12 Jan 2010 at 10:01

GoogleCodeExporter commented 9 years ago
Here's a patch that should add RTC support. Let me know what you think.

Original comment by j...@trashfolder.org on 7 Mar 2011 at 8:28

Attachments:

GoogleCodeExporter commented 9 years ago
I would prefer when you use memory on the stack instead of allocating blocks of 
memory all the time. You would also need to check if this alloc failed

Maybe you could test the attached patch

Original comment by sven@narfation.org on 7 Mar 2011 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
That patch works just fine.

Original comment by j...@trashfolder.org on 7 Mar 2011 at 9:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Just wanted to make the byte2bcd conversation a little bit more readable.

PS: The used documentation was from 
http://www.emutalk.net/threads/14426-animal-forest-translation?p=436392&viewfull
=1#post436392

Original comment by sven@narfation.org on 8 Mar 2011 at 8:09

Attachments:

GoogleCodeExporter commented 9 years ago
Patch was accepted - 
https://bitbucket.org/richard42/mupen64plus-core/changeset/cb03bf02e928

Original comment by sven@narfation.org on 19 Mar 2011 at 8:53