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

« back to all changes in this revision

Viewing changes to src/mame/drivers/upscope.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:
28
28
#include "includes/amiga.h"
29
29
#include "machine/6526cia.h"
30
30
#include "machine/nvram.h"
 
31
#include "machine/amigafdc.h"
31
32
 
32
33
 
33
34
class upscope_state : public amiga_state
138
139
 *  PA5 = com line /carrier detect
139
140
 *  PA4 = com line /CTS
140
141
 *  PA3 = com line /DSR
141
 
 *  PA2 = SEL (Centronics parellel control)
142
 
 *  PA1 = POUT (Centronics parellel control)
143
 
 *  PA0 = BUSY (Centronics parellel control)
 
142
 *  PA2 = SEL (Centronics parallel control)
 
143
 *  PA1 = POUT (Centronics parallel control)
 
144
 *  PA0 = BUSY (Centronics parallel control)
144
145
 *
145
146
 *************************************/
146
147
 
343
344
        /* cia */
344
345
        MCFG_MOS8520_ADD("cia_0", AMIGA_68000_NTSC_CLOCK / 10, cia_0_intf)
345
346
        MCFG_MOS8520_ADD("cia_1", AMIGA_68000_NTSC_CLOCK / 10, cia_1_intf)
 
347
 
 
348
        /* fdc */
 
349
        MCFG_AMIGA_FDC_ADD("fdc", AMIGA_68000_NTSC_CLOCK)
346
350
MACHINE_CONFIG_END
347
351
 
348
352
 
390
394
        {
391
395
                ANGUS_CHIP_RAM_MASK,
392
396
                NULL, NULL, NULL,
393
 
                NULL, NULL, NULL,
 
397
                NULL,
394
398
                NULL, upscope_reset,
395
399
                NULL,
396
400
                0