-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright 2008,2009 Segher Boessenkool <[email protected]> | ||
// Copyright 2008-2010 Segher Boessenkool <[email protected]> | ||
// Licensed under the terms of the GNU GPL, version 2 | ||
// http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt | ||
|
||
|
@@ -12,6 +12,7 @@ | |
extern u16 mem[N_MEM]; | ||
|
||
void emu(void); | ||
|
||
u32 get_ds(void); | ||
void set_ds(u32 ds); | ||
u16 get_video_line(void); | ||
|