mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fix clipper cpu build.
include limits.h that provides INT_MIN and INT_MAX
This commit is contained in:
parent
78a7342750
commit
01feb47dde
@ -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