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:
stephena 2014-11-07 00:41:42 +00:00
parent a165c48fab
commit 35478c6d3f
4 changed files with 3 additions and 3 deletions

View File

@ -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))

View File

@ -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] = {