Markus Fröschle
b19b8eef1f
add more Radeon functionality
2016-11-02 06:26:04 +00:00
Markus Fröschle
ab7371532f
implemented hook_interrupt() in PCI code
...
enabled PCI interrupts
ohci seems to damage something in PCI config -> PCI device enumeration
does not top with latest device
networking in EmuTOS lost (probably a result of PCI interrupt
implementation)
2014-10-05 17:50:15 +00:00
Markus Fröschle
3cac91e754
fixed some compiler warnings
2014-09-01 14:23:33 +00:00
Markus Fröschle
1fb6c756ae
modified to throw errors if an unknown machine type is detected
2014-01-28 15:49:05 +00:00
Markus Fröschle
8544307830
removed inlining in wait.c, added (simple) map-based MMU handling
2014-01-18 14:03:25 +00:00
Markus Fröschle
5a30b0f61c
renamed all files which are part of the x86 emulator to start with "x86"
2013-12-30 11:24:14 +00:00
Markus Fröschle
0297c08b8e
more dependencies resolved
2013-12-29 08:58:58 +00:00
Markus Fröschle
c55f0e48f8
fixed minor inconsistencies between headers and source files and between asm and C sources
2013-12-17 14:16:29 +00:00
Markus Fröschle
6b0dcee284
implemented more helper functions needed by usb
2013-11-03 08:19:19 +00:00
Markus Fröschle
e27a45520f
changed hardcoded, but SYSCLK dependend values to evaluate correctly for the different platforms
2013-11-01 11:23:52 +00:00
Markus Fröschle
c7ef84fcb6
SD card driver seems to be working stable now
2013-10-14 18:42:20 +00:00
Markus Fröschle
77807d038a
improved timing a bit
2013-10-13 19:58:12 +00:00
Markus Fröschle
9539cf0c32
fixed (hopefully) SD-card busy-wait loops
2013-07-14 17:36:46 +00:00
Markus Fröschle
14ac2e71ba
fixed doubly definition of wait_() routines
2013-01-21 13:13:33 +00:00
Markus Fröschle
e298e1b4c9
fixed a few compiler warnings
2012-12-15 18:50:15 +00:00
Markus Fröschle
51561769c6
cleaned up project:
...
-moved all includes into "include" directory
-extracted "wait...()"-routines into separate files
2012-12-10 09:30:27 +00:00