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

« back to all changes in this revision

Viewing changes to src/mame/drivers/wpc_flip2.c

  • 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:
1
1
#include "emu.h"
2
2
#include "cpu/m6809/m6809.h"
3
3
 
4
 
extern const char layout_pinball[];
5
 
 
6
4
class wpc_flip2_state : public driver_device
7
5
{
8
6
public:
32
30
        MCFG_CPU_PROGRAM_MAP(wpc_flip2_map)
33
31
 
34
32
        MCFG_MACHINE_RESET( wpc_flip2 )
35
 
 
36
 
        /* video hardware */
37
 
        MCFG_DEFAULT_LAYOUT(layout_pinball)
38
33
MACHINE_CONFIG_END
39
34
 
40
35
/*-----------------