mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Merge pull request #2019 from felipesanches/fix_clipper_cpu_build
fix clipper cpu build.
This commit is contained in:
commit
624463dc34
@ -5,6 +5,8 @@
|
||||
#ifndef __CLIPPER_H__
|
||||
#define __CLIPPER_H__
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
enum clipper_registers
|
||||
{
|
||||
CLIPPER_R0, CLIPPER_R1, CLIPPER_R2, CLIPPER_R3, CLIPPER_R4, CLIPPER_R5, CLIPPER_R6, CLIPPER_R7,
|
||||
|
Loading…
Reference in New Issue
Block a user