mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
get rid of port_config.s
This commit is contained in:
parent
d4d626658a
commit
f62850ba3a
7 changed files with 15 additions and 51 deletions
|
@ -6,8 +6,6 @@
|
|||
* See COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
@@ .include "port_config.s"
|
||||
|
||||
.equ SRR_MAPPED, (1 << 0)
|
||||
.equ SRR_READONLY, (1 << 1)
|
||||
.equ SRF_EEPROM, (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue