Commit graph

15 commits

Author SHA1 Message Date
Scott Mansell
df29fbcf27 Apply a MIT licence so people can re-use this code. 2015-12-26 14:02:52 +13:00
Scott Mansell
4ae22b1ec0 Replaced all calls to printf with debugf. 2011-10-17 19:14:15 +13:00
Scott Mansell
7afe0e9822 Split Main function out into seperate file. 2011-10-17 18:25:44 +13:00
Scott Mansell
5d8b16b196 vCPU now has it's own thread. 2011-10-13 21:02:27 +13:00
Scott Mansell
f17b2462fc Code cleanup to fix some warnings. 2011-10-13 19:38:05 +13:00
Scott Mansell
39c4e1bf10 Remove Initilization code from main funciton. 2011-10-13 19:21:21 +13:00
Scott Mansell
f423cc8a66 Split off VCPU stuff into a sepreate function. 2011-10-13 19:14:12 +13:00
Scott Mansell
501ae69b65 Catch SIGUSR signals. 2011-10-13 19:03:28 +13:00
Scott Mansell
33f5e962a5 Removed useless debugging info. 2011-10-13 18:44:04 +13:00
Scott Mansell
4766093f24 Reserve TSS space 2011-10-13 18:42:14 +13:00
Scott Mansell
fe801a9cea PCI configuration support. 2011-10-11 01:57:48 +13:00
Scott Mansell
e8e47218fc Mapped flash into xbox's physical address space. 2011-10-10 21:27:58 +13:00
Scott Mansell
2884d4951b Implemented SMbus PIC, and eeprom. Also updated memory map 2011-10-10 20:07:50 +13:00
Scott Mansell
b0c390e0d2 Fixed some warnings, added some basic io handlers. 2011-10-04 16:40:00 +13:00
Scott Mansell
c2f0af26e4 Initial commit of my xbox emulator. It can execute the start of the second boot loader. 2011-10-04 01:30:11 +13:00