avr_mdcart_sram_lite

diff Makefile @ 5:abb348704dec

reads/writes to memory, not tested in the megadrive yet
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Mar 2017 04:27:43 +0200
parents 318a758ede82
children ff8af8351282
line diff
     1.1 --- a/Makefile	Thu Mar 09 08:45:11 2017 +0200
     1.2 +++ b/Makefile	Sun Mar 12 04:27:43 2017 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  src = $(wildcard *.c)
     1.5  obj = $(src:.c=.o)
     1.6 -bin = test_simm72_dram
     1.7 +bin = mdcart_sram_lite
     1.8  hex = $(bin).hex
     1.9  eep = $(bin).eep
    1.10