mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
made dismips build again, need to move functionality to unidasm (nw)
This commit is contained in:
parent
62a9a003d5
commit
0087b9504c
@ -330,9 +330,8 @@ int main( int argc, char *argv[] )
|
||||
return 0;
|
||||
}
|
||||
|
||||
void *malloc_file_line(size_t size, const char *file, int line)
|
||||
void *osd_malloc_array(size_t size)
|
||||
{
|
||||
// allocate the memory and fail if we can't
|
||||
return osd_malloc(size);
|
||||
}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
..\..\..\..\dismips.exe: dismips.c psxdasm.c r3kdasm.c mips3dsm.c ../../../lib/util/corestr.c
|
||||
gcc -O3 -x c++ -Wall -Wno-sign-compare -I../../../emu -I../../../osd -I../../../lib/util -DINLINE="static __inline__" -DSTANDALONE -DLSB_FIRST dismips.c psxdasm.c r3kdasm.c mips3dsm.c ../../../lib/util/corestr.c -o../../../../dismips
|
||||
..\..\..\..\dismips.exe: dismips.c psxdasm.c ..\mips\r3kdasm.c ..\mips\mips3dsm.c ../../../lib/util/corestr.c
|
||||
gcc -O3 -x c++ -Wall -Wno-sign-compare -I../../../emu -I../../../osd -I../../../lib/util -I../../../lib/expat -DINLINE="static __inline__" -DSTANDALONE -DLSB_FIRST dismips.c psxdasm.c ..\mips\r3kdasm.c ..\mips\mips3dsm.c ../../../lib/util/corestr.c -o../../../../dismips
|
||||
|
Loading…
Reference in New Issue
Block a user