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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2010-08-01 23:18:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801231831-9dj2qbsynutixsoe
Tags: 0.139-0ubuntu1
* New upstream release (LP: #612070)
* debian/contrib/manpages: removed, accepted upstream
* debian/patches/:
  - deprecated_gtk_macros: removed, fixed upstream
  - missing_newline.patch: removed, fixed upstream
  - typos.patch: removed, fixed upstream
* debian/rules: new variables SYMLEVEL and DUMPSYM
* mame-tools: ldplayer removed, possibly for good (FTBFS upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    Sega Vector memory map (preliminary)
22
22
 
23
23
    Most of the info here comes from the wiretap archive at:
24
 
    http://www.spies.com/arcade/simulation/gameHardware/
 
24
    http://www.mikesarcade.com/cgi-bin/spies.cgi?action=url&type=info&page=segaxyfaq1.6.txt
25
25
 
26
26
     * Sega G80 Vector Simulation
27
27
 
1367
1367
static DRIVER_INIT( zektor )
1368
1368
{
1369
1369
        const address_space *iospace = cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_IO);
1370
 
        running_device *ay = devtag_get_device(machine, "aysnd");
 
1370
        running_device *ay = machine->device("aysnd");
1371
1371
 
1372
1372
        /* configure security */
1373
1373
        sega_security(82);