MAMEWorld >> News
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

Naibo
Reged: 10/17/07
Posts: 148
Send PM
Re: Added Jaleco VJ, and workable Stepstag driver
01/27/18 10:18 AM


Hi, Roberto,

Thanks for your information. This seems to be an automatic merge issue, as my work was based on mame0193, while the mame master driver source code had some changes after my fork.
I can compile my code without any problem. Maybe it needs a manual merge?
Here's my code:
"
static MACHINE_CONFIG_START( stepstag )
MCFG_CPU_ADD("maincpu", M68000, 12000000 )
MCFG_CPU_PROGRAM_MAP(stepstag_map)
MCFG_CPU_VBLANK_INT_DRIVER("mscreen", tetrisp2_state, irq2_line_hold) // lev 4 triggered by system timer

MCFG_CPU_ADD("sub", M68000, 16000000 ) //??
MCFG_CPU_PROGRAM_MAP(stepstag_sub_map)
MCFG_CPU_VBLANK_INT_DRIVER("lscreen", tetrisp2_state, irq4_line_hold) // lev 6 triggered by main CPU

MCFG_NVRAM_ADD_0FILL("nvram")
"

What I experienced seems another issue. The error message given by github is:
"[error] Unable to validate Yaml checksum. This means that secrets will not be injected. In addition the Deploy and Notify steps will not be executed. To resolve this please regenerate the secrets file.
[info] Pulling image plugins/drone-git:latest
Drone Git Plugin built from 43dcd64
$ git init
Initialized empty Git repository in /drone/src/github.com/mamedev/mame/.git/
$ git remote add origin https://github.com/mamedev/mame.git
$ git fetch --no-tags origin +refs/pull/3097/merge:
fatal: Couldn't find remote ref refs/pull/3097/merge
[info] build failed (exit code 1)
"

Can any friend help me with this?







Entire thread
Subject Posted by Posted on
* Added Jaleco VJ, and workable Stepstag driver Naibo 01/24/18 08:16 PM
. * Re: Added Jaleco VJ, and workable Stepstag driver Haze  01/24/18 08:43 PM
. * Re: Added Jaleco VJ, and workable Stepstag driver Naibo  01/25/18 03:39 AM
. * Re: Added Jaleco VJ, and workable Stepstag driver R. Belmont  01/26/18 09:55 PM
. * Re: Added Jaleco VJ, and workable Stepstag driver Naibo  01/27/18 12:47 AM
. * Re: Added Jaleco VJ, and workable Stepstag driver Vas Crabb  01/27/18 07:30 AM
. * Re: Added Jaleco VJ, and workable Stepstag driver Roberto Fresca  01/27/18 05:21 AM
. * Re: Added Jaleco VJ, and workable Stepstag driver Naibo  01/27/18 10:18 AM
. * Re: Added Jaleco VJ, and workable Stepstag driver Naibo  01/24/18 08:18 PM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 278 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1196