Commit graph

16 commits

Author SHA1 Message Date
Mike Ryan
cbc396f962 flashram: take command line option and pass into PI 2016-01-25 23:18: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
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
df53e0df0b Start ramming in the network API. 2015-01-17 21:06: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
28db246373 os/unix: Shuffle things around to align with WINAPI.
Conflicts:
	device/device.c
2015-01-01 11:37:33 -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
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.h (Browse further)