]> git.lizzy.rs Git - plan9front.git/commit
demote libemu to common code
authorqwx <devnull@localhost>
Sun, 13 May 2018 05:01:47 +0000 (07:01 +0200)
committerqwx <devnull@localhost>
Sun, 13 May 2018 05:01:47 +0000 (07:01 +0200)
commit88537cfe9b483846ccd7367c81fde5dcfe16a4d5
tree29277160129a844585f281045b368cd64776d8a2
parentabf8c8bf2cd27541d6a102f7c0385c3fe281f578
demote libemu to common code

- too small, nothing else that won't be under /games will use it
- "libemu" as a name doesn't make sense here
45 files changed:
sys/man/2/emu [deleted file]
sys/src/games/2600/2600.c
sys/src/games/2600/cpu.c
sys/src/games/2600/mem.c
sys/src/games/2600/mkfile
sys/src/games/2600/tia.c
sys/src/games/c64/c64.c
sys/src/games/c64/cpu.c
sys/src/games/c64/mem.c
sys/src/games/c64/mkfile
sys/src/games/c64/vic.c
sys/src/games/eui.c [new file with mode: 0644]
sys/src/games/eui.h [new file with mode: 0644]
sys/src/games/gb/apu.c
sys/src/games/gb/cpu.c
sys/src/games/gb/gb.c
sys/src/games/gb/mem.c
sys/src/games/gb/mkfile
sys/src/games/gb/ppu.c
sys/src/games/gba/apu.c
sys/src/games/gba/cpu.c
sys/src/games/gba/gba.c
sys/src/games/gba/mem.c
sys/src/games/gba/mkfile
sys/src/games/gba/ppu.c
sys/src/games/md/cpu.c
sys/src/games/md/md.c
sys/src/games/md/mem.c
sys/src/games/md/mkfile
sys/src/games/md/vdp.c
sys/src/games/md/ym.c
sys/src/games/nes/apu.c
sys/src/games/nes/mem.c
sys/src/games/nes/mkfile
sys/src/games/nes/nes.c
sys/src/games/nes/ppu.c
sys/src/games/snes/cpu.c
sys/src/games/snes/dsp.c
sys/src/games/snes/mem.c
sys/src/games/snes/mkfile
sys/src/games/snes/ppu.c
sys/src/games/snes/snes.c
sys/src/games/snes/spc.c
sys/src/libemu/emu.c [deleted file]
sys/src/libemu/mkfile [deleted file]