Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* */
|
||||
/* supervision.h */
|
||||
/* */
|
||||
/* Supervision specific definitions */
|
||||
/* Supervision specific definitions */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@@ -11,20 +11,20 @@
|
||||
/* */
|
||||
/* This software is provided "as-is," without any expressed or implied */
|
||||
/* warranty. In no event will the authors be held liable for any damages */
|
||||
/* arising from the use of this software. */
|
||||
/* */
|
||||
/* arising from the use of this software. */
|
||||
/* */
|
||||
/* Permission is granted to anyone to use this software for any purpose, */
|
||||
/* including commercial applications, and to alter and redistribute it */
|
||||
/* freely, subject to the following restrictions: */
|
||||
/* */
|
||||
/* including commercial applications, and to alter and redistribute it */
|
||||
/* freely, subject to the following restrictions: */
|
||||
/* */
|
||||
/* 1. The origin of this software must not be misrepresented; you must not */
|
||||
/* claim that you wrote the original software. If you use this software */
|
||||
/* in a product, an acknowledgment, in the product's documentation, */
|
||||
/* would be appreciated, but is not required. */
|
||||
/* 2. Alterred source versions must be marked plainly as such, */
|
||||
/* and must not be misrepresented as being the original software. */
|
||||
/* 3. This notice may not be removed or alterred */
|
||||
/* from any source distribution. */
|
||||
/* in a product, an acknowledgment, in the product's documentation, */
|
||||
/* would be appreciated, but is not required. */
|
||||
/* 2. Alterred source versions must be marked plainly as such, */
|
||||
/* and must not be misrepresented as being the original software. */
|
||||
/* 3. This notice may not be removed or alterred */
|
||||
/* from any source distribution. */
|
||||
/* */
|
||||
/*****************************************************************************/
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
@@ -89,8 +89,8 @@ struct __sv_dma {
|
||||
|
||||
#define SV_BANK (*(unsigned char*)0x2026)
|
||||
#define SV_BANK_COMBINE(nmi,irq_timer,irq_dma,lcd_on, timer_prescale, bank) \
|
||||
((nmi)?1:0)|((irq_timer)?2:0)|((irq_dma)?4:0)|((lcd_on)?8:0) \
|
||||
|((timer_prescale)?0x10:0)|((bank)<<5)
|
||||
((nmi)?1:0)|((irq_timer)?2:0)|((irq_dma)?4:0)|((lcd_on)?8:0) \
|
||||
|((timer_prescale)?0x10:0)|((bank)<<5)
|
||||
|
||||
#define SV_VIDEO ((unsigned char*)0x4000)
|
||||
#define SV_TIMER_COUNT (*(unsigned char*)0x2023)
|
||||
|
||||
Reference in New Issue
Block a user