Commit Graph

164 Commits

Author SHA1 Message Date
17813088a3 Linux: ncurses, gitignore 2024-05-11 07:37:35 -05:00
cr0sd
3c876589f6 65db: fixed WINDOW* external reference 2020-05-22 06:50:26 -05:00
cr0sd
6e2a2e15a9 65db: fixed external WINDOW* reference 2020-05-22 06:47:40 -05:00
cr0sd
6a48e51037 65db: minor fix 2020-05-05 15:12:57 -05:00
cr0sd
631b2128c0 build.sh: custom target names 2020-05-05 12:17:42 -05:00
cr0sd
bb0afee71e build.sh: dialog command detection 2020-05-05 12:02:37 -05:00
cr0sd
99b0a23000 build.sh: minor updates 2020-05-05 11:46:08 -05:00
cr0sd
830b9727d3 build.sh: force rebuild option 2020-05-05 11:34:17 -05:00
cr0sd
4f6230c722 build.sh: CPU load limit options 2020-05-05 11:21:29 -05:00
cr0sd
5da948496a build.sh: added rake support 2020-05-05 10:38:30 -05:00
cr0sd
04cc6c467c build.sh: dialog-powered build frontend 2020-05-05 10:30:10 -05:00
cr0sd
6d2aa0f937 65da: standalone disassembler 2020-04-27 07:41:12 -05:00
cr0sd
4e1640cb69 ppu: basic tiles + palette functionality 2020-04-12 17:15:05 -05:00
cr0sd
68331cb1c0 ppu: bitplane rendering, PPU TILEMAP, PPU TILE RAM 2020-04-12 13:44:36 -05:00
cr0sd
f902caa76f replaced 65sdl with fes 2020-04-07 05:22:17 -05:00
cr0sd
ec55c469ce fes/ppu: complete rewrite of SDL unit, added PPU unit 2020-04-07 05:15:47 -05:00
cr0sd
f5595b39c4 Rakefile: updated 2020-03-24 11:01:08 -05:00
cr0sd
c88fbd1f2a .travis.yml: libportaudio 2020-03-24 10:48:59 -05:00
cr0sd
2b1b87c783 test: added tests for division and ASCII decimal printing 2020-03-23 21:17:29 -05:00
cr0sd
bd373149a4 test: added division test 2020-03-23 20:18:03 -05:00
cr0sd
87ca6aaf70 pa: basic portaudio support 2020-03-23 19:37:33 -05:00
cr0sd
66a0380be7 include.mk: fixed AS65 detection 2020-03-23 09:55:31 -05:00
cr0sd
9719a463fc Makefile: FreeBSD support, dynamically determine AS65 2020-03-23 14:03:28 -05:00
cr0sd
633f88781e Makefile: compatibility with FreeBSD (gmake) 2020-03-23 13:39:16 -05:00
cr0sd
30f65ab40b Makefile: ncurses/pdcurses moved to include.mk 2020-03-18 15:36:40 -05:00
cr0sd
54025479f8 cpu: BPL insn, Makefile: cleaned, updated 2020-03-18 08:44:12 -05:00
cr0sd
39d3597d16 readme: update 2020-03-15 09:35:42 -05:00
cr0sd
fc18529b1d config.h: moved 65db specific code to 65db.h 2020-03-15 09:34:41 -05:00
cr0sd
d2b19015b2 65db: renamed for clarity, Makefile/Rakefile: updated build environment 2020-03-15 09:16:59 -05:00
cr0sd
c95cbe8b1f Makefile: single cross-platform Makefile, include.mk: added 2020-03-15 03:08:58 -05:00
cr0sd
2e482bd15c 65: memory map update, Makefile: build lib65 and merge with Makefile.cyg 2020-03-14 21:51:01 -05:00
cr0sd
d8580d210a .travis.yml: install libsdl2-dev for test ROMs 2020-03-14 21:42:54 -05:00
cr0sd
0228af4385 .travis.yml: install xa65 for test ROMs 2020-03-14 21:38:43 -05:00
cr0sd
f446665664 Makefile: simplified, cleaned build process, vis: removed vis, separated SDL2/curses code 2020-03-14 19:43:10 -05:00
cr0sd
f25d7b57ac TODO: updated, priority shifted from CPU 2020-03-14 17:57:12 -05:00
cr0sd
ee94530e22 sdl: window not resizable due to Windows issues 2020-03-14 13:07:42 -05:00
cr0sd
3d8f9436fc sdl: fixed memory leak 2020-03-14 12:36:10 -05:00
cr0sd
9bdcfd2faa Makefile: added .PHONY target 2020-03-13 14:24:35 -05:00
cr0sd
ec18a89a7a updated build system to work better between Linux/Windows 2020-03-13 13:36:11 -05:00
cr0sd
a67967e0dd config.h: build options, Makefile.cyg: improved Windows support 2020-03-13 12:32:04 -05:00
cr0sd
0175e0014c Makefile: test target 2020-03-13 11:52:09 -05:00
cr0sd
2bd7c0bbfd src/bin: source repository file structure reorganization 2020-03-13 11:43:38 -05:00
cr0sd
d83116f851 ms_open: tiny launcher for Windows 2020-03-13 10:58:31 -05:00
cr0sd
395707a10b Makefile.cyg: for Cygwin/Windows 2020-03-13 07:56:17 -05:00
cr0sd
c8bdd2f136 65: added filename, sdl: async keey states 2020-03-13 07:04:48 -05:00
cr0sd
d3a117c138 sdl: 8x8 pixel tiles, joy: reversed left/right bit order in JOYP 2020-03-12 18:39:47 -05:00
cr0sd
8330b8ed0a 65sdl: inc'd cpu speed vs video, joy: conformed to NES joypad 2020-03-12 16:35:09 -05:00
cr0sd
74e0c59638 TODO/readme: updated docs 2020-03-12 16:31:16 -05:00
cr0sd
47b76cb0a0 sdl: fixed SDL timer thread issue on state destruction 2020-03-12 14:24:48 -05:00
cr0sd
404f18de1b cpu/disasm: BIT insn 2020-03-11 17:50:45 -05:00