]> git.lizzy.rs Git - plan9front.git/commit
add libemu
authorqwx <devnull@localhost>
Sat, 12 May 2018 17:20:53 +0000 (19:20 +0200)
committerqwx <devnull@localhost>
Sat, 12 May 2018 17:20:53 +0000 (19:20 +0200)
commit1195ca910c393e542d6aa23035fa75719af1107e
treec53f3d829d787834610367a9c4d41b5d29dcbb25
parent70c7a9eb07516843da083b6231d55a07d28b9350
add libemu

move redundant code from emulators to a common library
40 files changed:
sys/man/1/nintendo
sys/man/1/sega
sys/man/2/emu [new file with mode: 0644]
sys/src/games/c64/c64.c
sys/src/games/c64/cpu.c
sys/src/games/c64/dat.h
sys/src/games/c64/mem.c
sys/src/games/c64/vic.c
sys/src/games/gb/apu.c
sys/src/games/gb/cpu.c
sys/src/games/gb/dat.h
sys/src/games/gb/gb.c
sys/src/games/gb/mem.c
sys/src/games/gb/ppu.c
sys/src/games/gba/apu.c
sys/src/games/gba/cpu.c
sys/src/games/gba/dat.h
sys/src/games/gba/gba.c
sys/src/games/gba/mem.c
sys/src/games/gba/ppu.c
sys/src/games/md/cpu.c
sys/src/games/md/dat.h
sys/src/games/md/md.c
sys/src/games/md/mem.c
sys/src/games/md/vdp.c
sys/src/games/md/ym.c
sys/src/games/nes/apu.c
sys/src/games/nes/dat.h
sys/src/games/nes/mem.c
sys/src/games/nes/nes.c
sys/src/games/nes/ppu.c
sys/src/games/snes/cpu.c
sys/src/games/snes/dat.h
sys/src/games/snes/dsp.c
sys/src/games/snes/mem.c
sys/src/games/snes/ppu.c
sys/src/games/snes/snes.c
sys/src/games/snes/spc.c
sys/src/libemu/emu.c [new file with mode: 0644]
sys/src/libemu/mkfile [new file with mode: 0644]