Commit Graph

1164 Commits

Author SHA1 Message Date
5ad3705179
[GTK3] Automatic resizing of the VRAM viewer 2020-04-11 18:25:02 +02:00
286dd4d793
[GTK3] Rename "gtkget" macro "builder_get" 2020-04-11 18:25:02 +02:00
9e7de34e24
[GTK3] Implement tilemap scrolling rect 2020-04-11 18:25:02 +02:00
cbace7cb09
[GTK3] Add function to draw grids in VRAM viewer 2020-04-11 18:25:02 +02:00
0a412f9d95
[GTK3] Make GCC happier 2020-04-11 18:25:02 +02:00
4d6ce2b404
[GTK3] Make dummy preference callbacks functional 2020-04-11 18:25:02 +02:00
f3377d261e
[GTK3] Use logical ARGB byte order for image buffers 2020-04-11 18:25:01 +02:00
3d41673356
[GTK3] Add main.h and re-order main.c 2020-04-11 18:25:01 +02:00
b9fb1c2a43
[GTK3] Allow multiple simultaneous instances 2020-04-11 18:25:01 +02:00
8385a18233
[GTK3] Somewhat working GtkDrawingArea fallback 2020-04-11 18:25:01 +02:00
af7ed7b10e
[GTK3] Fix a few problems with the settings 2020-04-11 18:25:01 +02:00
5f4e533f2b
[GTK3] Implement hard-coded input handling 2020-04-11 18:25:01 +02:00
404e9dd1d5
[GTK3] Implement boot ROM search path preference 2020-04-11 18:25:01 +02:00
f3f2e66faf
[GTK3] More work on preferences done 2020-04-11 18:25:01 +02:00
4b15dc9cdf
[GTK3] Handle config.boot_rom_path 2020-04-11 18:25:01 +02:00
daf6feac70
[GTK3] Make UI react to video config changes 2020-04-11 18:25:01 +02:00
f0a5e24e53
[GTK3] Get color correction & highpass from config 2020-04-11 18:25:00 +02:00
80520e51c6
[GTK3] Prototype rendering of tilemap and tileset 2020-04-11 18:25:00 +02:00
5182d07dcd
[GTK3] Save settings to key file 2020-04-11 18:25:00 +02:00
44ea60b5a9
[GTK3] Load/save settings from/to file 2020-04-11 18:25:00 +02:00
214ef9399d
[GTK3] Fix integer scaling 2020-04-11 18:25:00 +02:00
a801a06fe8
[GTK3] Move config handling into settings.c 2020-04-11 18:25:00 +02:00
e00eecaaea
[GTK3] Add model and boot ROM CLI overrides 2020-04-11 18:25:00 +02:00
b976938be8
[GTK3] Make rgb_encode() big endian compatible 2020-04-11 18:25:00 +02:00
9044189a95
[GTK3] Stop the emulation when quitting 2020-04-11 18:25:00 +02:00
b1be15377c
[GTK3] Use frame buffering like the Cocoa frontend 2020-04-11 18:25:00 +02:00
be64d422c5
[GTK3] Implement OpenGL renderer prototype 2020-04-11 18:24:59 +02:00
6913c47076
[GTK3] Add UI skeleton 2020-04-11 18:24:55 +02:00
Lior Halphon
695c6ee943 Don't crash if a naughty frontend runs the boot ROM without a ROM 2020-04-11 19:21:00 +03:00
Lior Halphon
0abd3b2c46 Dump and load cheats 2020-04-11 19:15:40 +03:00
Lior Halphon
5df45417fa Console quirks 2020-04-11 18:27:31 +03:00
Lior Halphon
0c3db932b2 Fix Mavericks compatibility 2020-04-11 18:19:15 +03:00
Lior Halphon
2bc75caf9e Fix CRT shader on OpenGL 2020-04-11 18:03:21 +03:00
Lior Halphon
852a6997ed Add cheats UI to Cocoa 2020-04-11 18:03:10 +03:00
Lior Halphon
337e74352d Add cheats API, with GameShark and GameGenie import 2020-04-09 22:13:09 +03:00
Lior Halphon
1d80c185d8 Remove IDE comment 2020-04-09 17:25:14 +03:00
Lior Halphon
4a21dd3232 The Cocoa sidebar is now resizeable and collapseable 2020-04-09 15:29:49 +03:00
Lior Halphon
a6567d9ee1 Update old coding style 2020-04-09 14:32:52 +03:00
Lior Halphon
a9cd3f2c11 Fix operator priorities, fix parsing debugger bug 2020-04-09 14:21:07 +03:00
Lior Halphon
92d6cc6394 Use official register names 2020-04-09 02:36:27 +03:00
Lior Halphon
d8e89f5114 Fix banked 16-bit assignments; fixes #245 2020-04-08 19:17:45 +03:00
Lior Halphon
0ed5cf6b38 Proper MBC30 support, more accurate MBC3 emulation. Fixes #244 2020-04-08 19:07:29 +03:00
Lior Halphon
d75b7c0023 Feature request; allow loading prefs.bin relatively 2020-03-28 22:56:19 +03:00
Lior Halphon
9f3bffd4dd Add volume control to SDL 2020-03-27 19:10:42 +03:00
Lior Halphon
2f1b8e5b57 IME is now available under the registers command 2020-03-27 18:56:47 +03:00
Lior Halphon
1a3572316f next now skips over halt, closes #233 2020-03-27 17:49:14 +03:00
Lior Halphon
05403d3a56 Fix the Joypad interrupt. Fixes #237 2020-03-27 17:36:55 +03:00
Lior Halphon
876b36ac1c More crash fixes, restore Metal support 2020-03-27 17:26:51 +03:00
Lior Halphon
588c0734a9 Fix a crash 2020-03-27 17:23:33 +03:00
Lior Halphon
4cb56dc76f Improve MBC2 emulation. Fixes #238 2020-03-27 16:35:36 +03:00