mirror of https://github.com/stella-emu/stella.git
Renamed all Blargg-related files as .hxx and .cxx, since I'm tired
of the compiler always complaining about it. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3048 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a165c48fab
commit
35478c6d3f
|
@ -24,7 +24,7 @@ class TIASurface;
|
|||
class Settings;
|
||||
|
||||
#include "bspf.hxx"
|
||||
#include "atari_ntsc.h"
|
||||
#include "atari_ntsc.hxx"
|
||||
|
||||
#define SCALE_FROM_100(x) ((x/50.0)-1.0)
|
||||
#define SCALE_TO_100(x) (uInt32)(50*(x+1.0))
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// $Id$
|
||||
//============================================================================
|
||||
|
||||
#include "atari_ntsc.h"
|
||||
#include "atari_ntsc.hxx"
|
||||
|
||||
/* Copyright (C) 2006-2009 Shay Green. This module is free software; you
|
||||
can redistribute it and/or modify it under the terms of the GNU Lesser
|
||||
|
@ -48,7 +48,7 @@ atari_ntsc_setup_t const atari_ntsc_bad = { 0.1, -0.3, 0.3, 0.25, 0.2, 0.
|
|||
|
||||
#define gamma_size 256
|
||||
|
||||
#include "atari_ntsc_impl.h"
|
||||
#include "atari_ntsc_impl.hxx"
|
||||
|
||||
/* 2 input pixels -> 8 composite samples */
|
||||
pixel_info_t const atari_ntsc_pixels [alignment_count] = {
|
Loading…
Reference in New Issue