memory - Rename mem_device.* to device.*

This commit is contained in:
madmaurice 2023-08-30 22:34:45 +02:00
parent 86eeb90868
commit 9c07356ead
8 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#include <misc/types.h>
#include <memory/mem_device.h>
#include <memory/device.h>
typedef u8 opcode_t;