~ubuntu-branches/ubuntu/karmic/xmame/karmic

« back to all changes in this revision

Viewing changes to src/includes/fastfred.h

  • Committer: Bazaar Package Importer
  • Author(s): Bruno Barrera C.
  • Date: 2007-02-16 10:06:54 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070216100654-iztas2cl47k5j039
Tags: 0.106-2
* Added Italian debconf templates translation. (closes: #382672)
* Added German debconf templates translation. (closes: #396610)
* Added Japanese debconf templates translation. (closes: #400011)
* Added Portuguese debconf templates translation. (closes: #409960)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
***************************************************************************/
7
7
 
8
 
/* defined in vihdrdw/fastfred.h */
9
 
extern data8_t *fastfred_videoram;
10
 
extern data8_t *fastfred_spriteram;
 
8
/*----------- defined in vidhrdw/fastfred.c -----------*/
 
9
 
 
10
extern UINT8 *fastfred_videoram;
 
11
extern UINT8 *fastfred_spriteram;
11
12
extern size_t fastfred_spriteram_size;
12
 
extern data8_t *fastfred_attributesram;
 
13
extern UINT8 *fastfred_attributesram;
13
14
 
14
15
PALETTE_INIT( fastfred );
15
16
VIDEO_START( fastfred );
24
25
WRITE8_HANDLER( fastfred_flip_screen_y_w );
25
26
VIDEO_UPDATE( fastfred );
26
27
 
27
 
extern data8_t *imago_fg_videoram;
 
28
extern UINT8 *imago_fg_videoram;
28
29
VIDEO_START( imago );
29
30
VIDEO_UPDATE( imago );
30
31
WRITE8_HANDLER( imago_fg_videoram_w );