Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
448 B

  1. void check_I(){
  2. }
  3. void copyROM(){
  4. }
  5. void generic_insb(){
  6. }
  7. void generic_insw(){
  8. }
  9. void generic_outsb(){
  10. }
  11. void generic_outsw(){
  12. }
  13. void host_timer_event(){
  14. }
  15. int ica_intack(){
  16. return 7;
  17. }
  18. void inb(){
  19. }
  20. void inw(){
  21. }
  22. void outb(){
  23. }
  24. void outw(){
  25. }
  26. unsigned long *read_pointers;
  27. void rom_checksum(){
  28. }
  29. void rom_init(){
  30. }
  31. host_simulate(){
  32. cpu_simulate();
  33. }
  34. host_cpu_init(){
  35. cpu_init();
  36. }
  37. void (*ica_hw_interrupt_func)() = rom_init;