Cleaned the interrupt code a bit
This commit is contained in:
14
src/interrupts.h
Normal file
14
src/interrupts.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Copyright (c) 2022 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "libs.h"
|
||||
#include "conversation/textbox.h"
|
||||
|
||||
#define INTERRUPT_TEXTBOX_VRAM ((TEXTBOX_WIN_Y * TILE_HEIGHT) - 1)
|
||||
|
||||
void interruptOnScanline();
|
Reference in New Issue
Block a user