Thread: Interrupts on Z80

  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++?

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    holy crap, I searched friggen google until my fingers were numb...
    Buess i didnt know what I was doing... thank you jverkoey

  4. #4
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    You're welcome. I've found usually quoting what you're looking for, then adding a word or two that has something to do with it helps.

  5. #5
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    and if you don't quote, the + symbol in front of common words like 'what' and 'is' and 'an'
    PHP and XML
    Let's talk about SAX

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