pjgat09
|
d0285b6965
|
N64: I suck at this
|
2013-05-05 00:12:46 +00:00 |
pjgat09
|
883fa1330e
|
N64: Removed the debug output lines that were accidentally committed
|
2013-05-05 00:11:49 +00:00 |
pjgat09
|
a374641460
|
m64p: Changed the output formula for the framebuffer from glide64 to actually be correct. We actually don't need a formula... Changed glide64 to not force vsync. You apparently need to read the back buffer or else you get choppy video.
N64: Changed the hardcoded video plugin to use glide. Glide apparently requires you to set the video mode before initializing the plugin
|
2013-05-04 23:51:50 +00:00 |
pjgat09
|
55c7fc55ab
|
m64p: Made two new functions for saving and loading states, directly based on the m64p methods but without files
N64: Copied savestating code from other cores. States take a while to save, and the audio is weird when loading.
|
2013-05-04 04:07:04 +00:00 |
pjgat09
|
d5966dd908
|
N64: Video now resizes
|
2013-05-04 02:46:37 +00:00 |
goyuken
|
079255b29f
|
n64: gc issue fix?????????
|
2013-05-04 01:46:12 +00:00 |
goyuken
|
4a74249236
|
n64: remove a few minor hacks in n64.cs that were due to previous minor hacks of mine and are obselete now that the first frame problem is resolved
|
2013-05-04 01:32:33 +00:00 |
goyuken
|
d87b5e7324
|
n64: turn right side up again
|
2013-05-04 01:30:39 +00:00 |
goyuken
|
54ff07fbfc
|
n64: fix race bug introduced in previous revision. also turn display upside down
|
2013-05-04 01:16:27 +00:00 |
goyuken
|
1abb7cf91a
|
n64: resolve the "first frame" issue
|
2013-05-04 00:47:36 +00:00 |
goyuken
|
1bf7280b75
|
n64: in the managed side, use an AutoResetEvent to wait on the core instead of spinning. saves cpu time.
|
2013-05-04 00:28:05 +00:00 |
goyuken
|
147c77c124
|
n64: screw things up some more. use a semaphore to handle stoppage in r4300 interrupt. blah. it's faster
|
2013-05-04 00:23:52 +00:00 |
pjgat09
|
d9f9d77712
|
N64: Wire up the reset and power buttons
|
2013-05-03 21:13:23 +00:00 |
goyuken
|
314906ce66
|
saturn - comment out the hacked up scsp savestate stuff and replace it with something much simpler (but more fragile). old scsp save routine has same bug as r4399 - immediate save+load+save produces different savestates. new doesn't.
|
2013-05-03 19:51:03 +00:00 |
pjgat09
|
7810621d6d
|
N64: Started work on wiring the config system. The video output resolution is now (temporarily) set to 800x600
|
2013-05-03 02:36:46 +00:00 |
pjgat09
|
fa349542ef
|
N64: Added exceptions in the event of a problem loaded one of the dlls
|
2013-05-02 22:17:36 +00:00 |
pjgat09
|
ee9584f3aa
|
N64: Commented out, but rudimentary fake analog stick support by looking at the DPad buttons and basing the analog stick position based on those
|
2013-05-02 22:08:54 +00:00 |
pjgat09
|
2a0c6c4daf
|
m64p: Configure controller 1 to be plugged in. Flesh out the plugin somewhat
N64: Pass controller 1 data to the core
|
2013-05-02 03:38:57 +00:00 |
adelikat
|
c6634273d7
|
N64 - hook up input for 4 controllers and autofire, still needs to be hooked to the core, and also needs to be added to controller config dialog
|
2013-05-02 01:54:44 +00:00 |
goyuken
|
53f9e002f4
|
n64: disable certain debug messages for now as they're causing crashing problems.
fix audio, hopefully. sounds fine on diddy kong racing.
|
2013-05-02 00:33:44 +00:00 |
pjgat09
|
08c41348e5
|
N64: Attempt to fix a threading problem
|
2013-05-01 22:32:31 +00:00 |
goyuken
|
6b350e58c9
|
n64: audio stuff, but all commented out for now
|
2013-05-01 22:26:08 +00:00 |
pjgat09
|
365d1f159c
|
N64: Clean up the core on rom close
|
2013-05-01 22:18:53 +00:00 |
pjgat09
|
533baf9ef3
|
N64: Added a function to get the audio rate from the core.
|
2013-05-01 21:28:15 +00:00 |
goyuken
|
0a1e942dfe
|
n64: rework audio a bit. best listened to in audio throttle mode. the problem seems to be that different games use different audio out sampling rates, and i don't know how to detect the right one. current selection (32khz) seems to be right for merio and falcon punch
|
2013-05-01 14:38:47 +00:00 |
pjgat09
|
7f7b9eac1f
|
m64p: Created a new audio plugin that saves the samples in a buffer for bizhawk to retrieve. Also added some miscellaneous svn:ignores
N64: Hooked up the new audio plugin, but it doesn't sound exactly right.
|
2013-04-30 03:24:44 +00:00 |
pjgat09
|
160de71206
|
N64: Removed an unneeded dummy variable
|
2013-04-30 02:24:07 +00:00 |
pjgat09
|
8ec6c762bd
|
N64: Set a variable to volatile to fix problems with bizhawk freezing during frame advance.
|
2013-04-30 02:22:56 +00:00 |
pjgat09
|
3bc682a411
|
m64p: Added VI callback functionality
N64: Made a VI callback function which declares the frame complete every VI, instead of per frame.
|
2013-04-30 01:50:27 +00:00 |
pjgat09
|
2598967d56
|
m64p: Start the emulator paused
N64: Wait for the emulator to start up before returning from the constructor.
|
2013-04-30 01:14:07 +00:00 |
pjgat09
|
1f7b5a5ce9
|
N64: Run the m64p core frame by frame. Added a frame callback function to retrieve the framebuffer from the m64p core when it's ready. Added math to convert the m64p framebuffer to bizhawk's formula.
|
2013-04-30 00:36:54 +00:00 |
pjgat09
|
bfc0117237
|
m64p: Hard coded an ini file location until I can be bothered to work out the config handling in m64p
N64: Loads roms and pops up an SDL window to display them
|
2013-04-30 00:08:21 +00:00 |
pjgat09
|
a4fb43185a
|
N64: Adding a dummy emulator
|
2013-04-29 01:57:41 +00:00 |