Thread: Interrupts on Z80

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    Interrupts on GB

    I have been making a GB emulator and I am a little confused on how interrupts work.

    I know that it stops the current process to do the "interrupt" and then return. But im not sure how they work. Are they on a time cycle, and you do a certain interrupt every few loops?

    Last edited by Vicious; 08-28-2004 at 07:37 PM.
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 11-30-2009, 03:32 AM
  2. Hardware interrupts
    By Sentral in forum Tech Board
    Replies: 5
    Last Post: 02-23-2009, 06:46 PM
  3. C for the Zilog Z80?
    By Neo1 in forum Tech Board
    Replies: 8
    Last Post: 09-26-2007, 11:27 AM
  4. Interrupts in PM?
    By VirtualAce in forum C Programming
    Replies: 0
    Last Post: 07-29-2003, 12:20 PM
  5. Using Software Interrupts in C++
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 02-16-2002, 01:03 AM