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

« back to all changes in this revision

Viewing changes to src/mame/drivers/alg.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:
27
27
#include "machine/laserdsc.h"
28
28
#include "machine/6526cia.h"
29
29
#include "machine/nvram.h"
 
30
#include "machine/amigafdc.h"
30
31
 
31
32
 
32
33
class alg_state : public amiga_state
467
468
        /* cia */
468
469
        MCFG_MOS8520_ADD("cia_0", AMIGA_68000_NTSC_CLOCK / 10, cia_0_intf)
469
470
        MCFG_MOS8520_ADD("cia_1", AMIGA_68000_NTSC_CLOCK / 10, cia_1_intf)
 
471
 
 
472
        /* fdc */
 
473
        MCFG_AMIGA_FDC_ADD("fdc", AMIGA_68000_NTSC_CLOCK)
470
474
MACHINE_CONFIG_END
471
475
 
472
476
 
685
689
        {
686
690
                ANGUS_CHIP_RAM_MASK,
687
691
                NULL, NULL, alg_potgo_w,
688
 
                NULL, NULL, serial_w,
 
692
                serial_w,
689
693
 
690
694
                vsync_callback,
691
695
                NULL,