~ubuntu-branches/ubuntu/precise/mame/precise-proposed

« back to all changes in this revision

Viewing changes to src/mame/includes/m92.h

  • Committer: Package Import Robot
  • Author(s): Cesare Falco
  • Date: 2011-11-30 18:50:10 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111130185010-02hcxybht1mn082w
Tags: 0.144-0ubuntu1
* New upstream release (LP: #913550)
* mame.install:
  - Added artwork/ images to be used with -effect switch
  - Be more selective with hash/ contents
* contrib/mame.ini: added /usr/share/games/mame/artwork/ to artpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        UINT8 m_irq_vectorbase;
24
24
        UINT32 m_raster_irq_position;
25
25
        UINT16 *m_vram_data;
 
26
        UINT16 m_videocontrol;
26
27
        UINT16 *m_spritecontrol;
27
28
        UINT8 m_sprite_buffer_busy;
28
29
        UINT8 m_game_kludge;
52
53
 
53
54
VIDEO_START( m92 );
54
55
SCREEN_UPDATE( m92 );
 
56
VIDEO_START( ppan );
 
57
SCREEN_UPDATE( ppan );