Cleanup int10 includes in ints module
This commit is contained in:
parent
6421fc4c8b
commit
5c2a279935
8 changed files with 13 additions and 26 deletions
|
@ -16,14 +16,13 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
/* Character displaying moving functions */
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "int10.h"
|
||||
|
||||
#include "bios.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
#include "pic.h"
|
||||
#include "callback.h"
|
||||
|
||||
|
|
|
@ -16,12 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
|
||||
static Bit8u static_functionality[0x10]=
|
||||
{
|
||||
|
|
|
@ -16,13 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
|
||||
#pragma pack(1)
|
||||
struct Dynamic_Functionality {
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "int10.h"
|
||||
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
#define ACTL_MAX_REG 0x14
|
||||
|
||||
|
|
|
@ -16,11 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "int10.h"
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
static Bit8u cga_masks[4]={0x3f,0xcf,0xf3,0xfc};
|
||||
static Bit8u cga_masks2[8]={0x7f,0xbf,0xdf,0xef,0xf7,0xfb,0xfd,0xfe};
|
||||
|
@ -257,4 +256,3 @@ void INT10_GetPixel(Bit16u x,Bit16u y,Bit8u page,Bit8u * color) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,16 +16,15 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "int10.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "callback.h"
|
||||
#include "regs.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
#include "dos_inc.h"
|
||||
|
||||
#define VESA_SUCCESS 0x00
|
||||
|
@ -605,4 +604,3 @@ void INT10_SetupVESA(void) {
|
|||
phys_writew( Real2Phys(int10.rom.pmode_interface) + 6, 0);
|
||||
int10.rom.pmode_interface_size=int10.rom.used - RealOff( int10.rom.pmode_interface );
|
||||
}
|
||||
|
||||
|
|
|
@ -16,11 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "int10.h"
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
Bitu INT10_VideoState_GetSize(Bitu state) {
|
||||
// state: bit0=hardware, bit1=bios data, bit2=color regs/dac state
|
||||
|
|
|
@ -16,12 +16,10 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
|
||||
#include "mem.h"
|
||||
#include "inout.h"
|
||||
|
||||
const Bit8u vparams[] = {
|
||||
// 40x25 mode 0 and 1 crtc registers
|
||||
|
|
Loading…
Add table
Reference in a new issue