d0k3 d1ab7602b9 Improved TWL cart dumper code thanks to @Normmatt
... uses the internal timer for accurate timings now
2017-03-10 12:49:02 +01:00

11 lines
196 B
C

// Copyright 2014 Normmatt
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "common.h"
void ioDelay(u32 us);
void ioDelay2(u32 us);