Jump to content

new mame fixes mk1,2,3!


sammaz

Recommended Posts

Discrete Sound Update [Derrick Renaud]

Discrete Sound Changes

======================

* Modified Discrete core node inputs to use pointers to the data, instead of

moving the data into the inputs at each step. This speeds up discrete emulation.

* modified all current modules and drivers to use new code.

 

 

is this what i think it is?????????????????

 

PRICANN!!!!!!!!!!!!!!!!

Link to comment
Share on other sites

What kinds of errors ?

 

mslug5 driver give me an error (when I compil it for PC vers.).

When compiling this:

UINT8 *s1 = memory_region( REGION_GFX1 );

size_t s1_size = memory_region_length( REGION_GFX1 );

I got these error:

src\drivers\neogeo.c(7112) : error C2275: 'UINT8' : illegal use of this type as an expression

../MAMEoX\Includes\osd_cpu.h(33) : see declaration of 'UINT8'

src\drivers\neogeo.c(7112) : error C2065: 's1' : undeclared identifier

src\drivers\neogeo.c(7113) : error C2275: 'size_t' : illegal use of this type as an expression

C:\Program Files\Microsoft Xbox SDK\xbox\include\StdDef.h(112) : see declaration of 'size_t'

src\drivers\neogeo.c(7113) : error C2146: syntax error : missing ';' before identifier 's1_size'

src\drivers\neogeo.c(7113) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'

src\drivers\neogeo.c(7113) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'

src\drivers\neogeo.c(7113) : error C2143: syntax error : missing ';' before 'identifier'

src\drivers\neogeo.c(7113) : error C2065: 's1_size' : undeclared identifier

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...