Skip to content

Commit

Permalink
WPC: implement FIRQ, implement highres timer, rewrite DMD PWM, fix al…
Browse files Browse the repository at this point in the history
…phagen dimming, fix DMD flicker
  • Loading branch information
vbousquet committed Aug 29, 2024
1 parent 1bc510f commit e513611
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 291 deletions.
4 changes: 2 additions & 2 deletions src/wpc/sims/wpc/prelim/nbaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@ static sim_tSimData nbafSimData = {
NULL /* Custom key conditions? */
};

extern PINMAME_VIDEO_UPDATE(wpcdmd_update);
extern PINMAME_VIDEO_UPDATE(wpcdmd_update32);
static PINMAME_VIDEO_UPDATE(led_update) {
return 1;
}
static struct core_dispLayout nbaf_dispDMD[] = {
{0,0,32,128,CORE_DMD,(genf *)wpcdmd_update,NULL},
{0,0,32,128,CORE_DMD,(genf *)wpcdmd_update32,NULL},
{7,0, 0, 2,CORE_SEG7 | CORE_NODISP,(genf *)led_update,NULL},
{0}
};
Expand Down
Loading

0 comments on commit e513611

Please sign in to comment.