style update and add rp6502 doc
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Rumbledethumps
|
||||
*
|
||||
* SPDX-License-Identifier: Zlib
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
* SPDX-License-Identifier: Unlicense
|
||||
*/
|
||||
|
||||
#include <rp6502.h>
|
||||
|
||||
long __fastcall__ lrand(void)
|
||||
long __fastcall__ lrand (void)
|
||||
{
|
||||
return ria_call_long(RIA_OP_LRAND);
|
||||
return ria_call_long (RIA_OP_LRAND);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user