mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix plist and build on i386
This commit is contained in:
parent
ee06ae7989
commit
af5bcc5907
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350938
@ -7,3 +7,17 @@ Index: Z80IO.h
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define FASTCALL __attribute__ ((regparm(3)))
|
||||
@@ -36,11 +35,11 @@
|
||||
/***************************************************************************/
|
||||
/* Read a byte from given memory location */
|
||||
/***************************************************************************/
|
||||
- unsigned Z80_RDMEM(dword a) FASTCALL;
|
||||
+ unsigned Z80_RDMEM(dword a);
|
||||
/***************************************************************************/
|
||||
/* Write a byte to given memory location */
|
||||
/***************************************************************************/
|
||||
- void Z80_WRMEM(dword a,byte v) FASTCALL;
|
||||
+ void Z80_WRMEM(dword a,byte v);
|
||||
#else
|
||||
extern byte *AddrTabl[256];
|
||||
extern byte *WriteAddrTabl[256];
|
||||
|
@ -6,3 +6,4 @@ bin/cvem
|
||||
%%DATADIR%%/EOS.rom
|
||||
%%PORTDOCS%%%%DOCSDIR%%/adamem.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user