Tyler J. Stachecki
8265a98c2f
Cycle SM5 core at 1/8 RCP clock.
2015-10-02 23:42:20 -04:00
Tyler J. Stachecki
cd51792726
Change once last instance of 'simulator' to 'emulator'.
2015-07-03 08:18:35 -04:00
Derek "Turtle" Roe
c4afd44ed7
See long description
...
Replaced all references to simulation with emulation
Updated copyright year
Updated .gitignore to reduce chances of random files being uploaded to
the repo
Added .gitattributes to normalize all text files, and to ignore binary
files (which includes the logo and the NEC PDF)
2015-07-03 08:18:16 -04:00
Tyler J. Stachecki
9340a1e0e8
Add (initial) audio support.
...
"It's a meeee, Mario!"
There's no resampler as of yet, so we just tell OpenAL
that everything is 44.1KHz for the time being. In the
future, a resampler thread will be created and things
won't sound as bad as they do in this commit.
2015-05-23 21:57:56 -04:00
Tyler J. Stachecki
e2df86b218
Work on cleaning up the build system somewhat.
2015-05-16 17:20:37 -04:00
Tyler J. Stachecki
c113ea9c10
Commit the new WinAPI user interface.
...
Streamline the Windows version of the source. There is
some breakage with regard to the console window and other
odds and ends.
2015-05-16 15:55:01 -04:00
Tyler J. Stachecki
ed6ec42089
Start working in the new interfaces.
...
Seriously broken WinAPI stuff, no input, no multi-
threading a bunch of other terrible stuff (yet).
2015-05-16 15:54:30 -04:00
Tyler Stachecki
b8481b0cd4
Unroll the top-level hot functions.
2015-01-22 14:31:25 -05:00
Tyler Stachecki
97c68fd0cb
Debugger: Get communication flowing.
2015-01-18 19:48:51 -05:00
Tyler Stachecki
18dadc0d6f
Debugger: Start adding models/protocol.
2015-01-18 13:12:41 -05:00
Tyler Stachecki
df53e0df0b
Start ramming in the network API.
2015-01-17 21:06:45 -05:00
Tyler Stachecki
177ab49a70
Kill CEN64_DEVFEATURES, add debug option.
...
Conflicts:
device/device.c
2015-01-17 20:32:33 -05:00
Tyler Stachecki
114f3b1fe9
Remove -ddipl requirement for -ddrom.
2015-01-17 11:34:45 -05:00
Tyler Stachecki
7fe12e6e99
Make the cart ROM an optional argument.
2015-01-08 12:08:45 -05:00
Tyler Stachecki
55c6c329d5
Add -ddrom to the command line.
2015-01-08 11:58:27 -05:00
Tyler Stachecki
c0def926d9
Start filling in lots of 64DD implementation.
...
Also, fix a few bugs in the past two commits.
2015-01-06 16:50:19 -05:00
Tyler Stachecki
87e7d8b967
Change the device subsystem cycle order.
...
We can eek out a little more performance by preferentially
cycles devices in a certain order.
2015-01-05 21:46:47 -05:00
Tyler Stachecki
7a6ecabcc1
Fix a series of RSP bugs that krom pointed out.
2015-01-01 21:09:08 -05:00
Tyler Stachecki
af18a8195b
Don't boot when if the CIC type is not known.
2015-01-01 14:28:38 -05:00
Tyler Stachecki
9b91fef5ac
Automatically seed the PIF RAM based on CIC type.
2015-01-01 14:22:43 -05:00
Tyler Stachecki
28db246373
os/unix: Shuffle things around to align with WINAPI.
...
Conflicts:
device/device.c
2015-01-01 11:37:33 -05:00
Tyler Stachecki
b07cd4556f
os/unix: Don't race during window initialization.
2014-12-31 10:54:05 -05:00
Tyler Stachecki
b0469d8c97
Commit latest fork of angrylion/MAME RDP.
2014-12-26 14:26:17 -05:00
Tyler Stachecki
824131db6b
Use a union for RSP vectors to force alignment.
2014-12-26 14:19:45 -05:00
Tyler Stachecki
8b45d7eab5
Fix padding around SSE register types.
...
Really need to stop doing patchjobs and just fix this.
2014-11-16 14:27:43 -05:00
Tyler Stachecki
b1ada90657
Fix incorrect return value on successful exit.
2014-11-16 14:21:28 -05:00
Tyler Stachecki
459aed5e8d
Generate two binaries.
...
Generate a 'fast' release binary and a developer binary. The
developer binary contains extra calls that permit debugging and
such things.
2014-11-16 13:32:04 -05:00