Mercurial > sdl-ios-xcode
comparison src/hermes/x86p_16.asm @ 1699:4ce6deb843c5 SDL-1.3
Renamed, per Mike's comment on bug #157
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 21 Jun 2006 08:26:43 +0000 |
parents | 393092a3ebf6 |
children | 180fa05e98e2 |
comparison
equal
deleted
inserted
replaced
1698:412149a1c756 | 1699:4ce6deb843c5 |
---|---|
10 ; Used with permission. | 10 ; Used with permission. |
11 ; | 11 ; |
12 | 12 |
13 BITS 32 | 13 BITS 32 |
14 | 14 |
15 %include "common.asm" | 15 %include "common.inc" |
16 | 16 |
17 SDL_FUNC _ConvertX86p16_16BGR565 | 17 SDL_FUNC _ConvertX86p16_16BGR565 |
18 SDL_FUNC _ConvertX86p16_16RGB555 | 18 SDL_FUNC _ConvertX86p16_16RGB555 |
19 SDL_FUNC _ConvertX86p16_16BGR555 | 19 SDL_FUNC _ConvertX86p16_16BGR555 |
20 SDL_FUNC _ConvertX86p16_8RGB332 | 20 SDL_FUNC _ConvertX86p16_8RGB332 |