~ubuntu-branches/debian/sid/mame/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Emmanuel Kasper, Jordi Mallach
  • Date: 2012-06-05 20:02:23 UTC
  • mfrom: (0.3.1) (0.1.4)
  • Revision ID: package-import@ubuntu.com-20120605200223-gnlpogjrg6oqe9md
Tags: 0.146-1
[ Emmanuel Kasper ]
* New upstream release
* Drop patch to fix man pages section and patches to link with flac 
  and jpeg system lib: all this has been pushed upstream by Cesare Falco
* Add DM-Upload-Allowed: yes field.

[ Jordi Mallach ]
* Create a "gnu" TARGETOS stanza that defines NO_AFFINITY_NP.
* Stop setting TARGETOS to "unix" in d/rules. It should be autodetected,
  and set to the appropriate value.
* mame_manpage_section.patch: Change mame's manpage section to 6 (games),
  in the TH declaration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    Game Plan MPU-2
3
3
*/
4
4
 
5
 
#define ADDRESS_MAP_MODERN
6
5
 
7
6
#include "emu.h"
8
7
#include "cpu/z80/z80.h"
250
249
 
251
250
 
252
251
GAME(1984,      agent777,       0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Agents 777",                           GAME_IS_SKELETON_MECHANICAL)
253
 
GAME(1985,      andromep,       0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Andromeda",                            GAME_IS_SKELETON_MECHANICAL)
254
 
GAME(1985,      andromepa,      andromep,       gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Andromeda (alternate set)",GAME_IS_SKELETON_MECHANICAL)
 
252
GAME(1985,      andromep,       0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Andromeda (set 1)",            GAME_IS_SKELETON_MECHANICAL)
 
253
GAME(1985,      andromepa,      andromep,       gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Andromeda (set 2)",        GAME_IS_SKELETON_MECHANICAL)
255
254
GAME(1984,      attila,         0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Attila The Hun",                       GAME_IS_SKELETON_MECHANICAL)
256
255
GAME(1985,      cpthook,        0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Captain Hook",                         GAME_IS_SKELETON_MECHANICAL)
257
256
GAME(1985,      cyclopes,       0,                      gp_2,   gp_2,   gp_2,   ROT0,   "Game Plan",    "Cyclopes",                                     GAME_IS_SKELETON_MECHANICAL)