Commit graph

30 commits

Author SHA1 Message Date
Tyler J. Stachecki
7940c1cbb6 Bad implementation of PI delay. 2016-01-30 14:55:37 -05:00
Tyler J. Stachecki
57059a7f80 device: Tighter sync on AI/VR4300 with -multithread. 2016-01-27 02:43:19 -05:00
Mike Ryan
cbc396f962 flashram: take command line option and pass into PI 2016-01-25 23:18:25 -05:00
Tyler J. Stachecki
0e03367f35 Prevent audio problems with -multithread. 2016-01-25 03:54:25 -05:00
Tyler J. Stachecki
91e6e25cda Add experimental multithreading support. 2016-01-25 01:10:32 -05:00
Tyler J. Stachecki
4f737e07ec Add more options for running without audio/video.
This commit does the following:
  * Renames the -nointerface argument to -headless
  * Adds -noaudio and -novideo arguments
2016-01-24 23:29:24 -05:00
Mike Ryan
160040226d sram: load on command line and stuff into PI 2016-01-24 17:28:44 -05:00
Tyler J. Stachecki
8122ebdaf7 Restore -nointerface functionality.
-nointerface was horribly broken when the device model was
refactored a few months ago. This commit unbreaks it and
restores functionality.
2016-01-24 16:15:56 -05:00
Mike Ryan
e077ce54bf pak: implement mempak and stub out rumble and transfer pak 2016-01-24 15:39:59 -05:00
Mike Ryan
5ea0fc83d8 eeprom: take options on command line and pass file into SI 2016-01-24 15:39:58 -05: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
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
177ab49a70 Kill CEN64_DEVFEATURES, add debug option.
Conflicts:
	device/device.c
2015-01-17 20:32:33 -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
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
Renamed from device.c (Browse further)