Define licenses
This commit is contained in:
parent
2bea2827e6
commit
a661c45107
@ -1,7 +1,14 @@
|
|||||||
|
// license:MAME
|
||||||
|
// copyright-holders:Angelo Salese, Tomasz Slanina, David Haywood, Luca Elia
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
|
|
||||||
Gunpey (c) 2000 Banpresto
|
Gunpey (c) 2000 Banpresto
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
- compression scheme used by the Axell video chip, game is playable but several gfxs are
|
||||||
|
still broken.
|
||||||
|
|
||||||
|
=============================================================================================
|
||||||
ASM code study:
|
ASM code study:
|
||||||
0x84718 main code
|
0x84718 main code
|
||||||
0x8472c call 0x81f34 reading of dip-switches
|
0x8472c call 0x81f34 reading of dip-switches
|
||||||
@ -1506,4 +1513,4 @@ DRIVER_INIT_MEMBER(gunpey_state,gunpey)
|
|||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
|
||||||
GAME( 2000, gunpey, 0, gunpey, gunpey, gunpey_state, gunpey, ROT0, "Banpresto", "Gunpey (Japan)",GAME_NOT_WORKING)
|
GAME( 2000, gunpey, 0, gunpey, gunpey, gunpey_state, gunpey, ROT0, "Banpresto", "Gunpey (Japan)",GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:?
|
// license:MAME
|
||||||
// copyright-holders:Angelo Salese, Tomasz Slanina
|
// copyright-holders:Angelo Salese, Tomasz Slanina
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user