Commit graph

21 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 219591e20f Add debugf to gui.cpp so it will compile. 2011-10-18 01:14:23 +13:00
Scott Mansell 837418c156 Added a readme for github. 2011-10-18 00:53:46 +13:00
Scott Mansell 4ae22b1ec0 Replaced all calls to printf with debugf. 2011-10-17 19:14:15 +13:00
Scott Mansell 871f2d3142 Replaced plain old make with qmake. (Note: qmake has no idea how to build the loader, but that doesn't really need to be changed)
Started a gui in Qt.
2011-10-17 18:48:54 +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 43e604dbaf Added a run rule to the Makefile to optimize my workflow. 2011-10-13 18:42:42 +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 2654f1c0e0 Implemented disconnected AV pack. 2011-10-10 21:28:20 +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 79510fb483 Started a memory map so I can keep track of devices. 2011-10-04 16:40:32 +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