SameBoy/Cocoa
Lior Halphon 0ffb936885 The Cocoa port now allows selecting a folder containing boot ROM files 2018-06-21 00:48:02 +03:00
..
AppDelegate.h Configurable keys for the Cocoa port 2016-04-13 22:43:16 +03:00
AppDelegate.m Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
AppIcon.icns Initial public commit 2016-04-01 21:27:01 +03:00
Cartridge.icns Fixed icon alignment 2017-01-22 00:37:25 +02:00
ColorCartridge.icns Fixed icon alignment 2017-01-22 00:37:25 +02:00
Document.h Added side view to Cocoa debugger 2017-05-26 20:16:19 +03:00
Document.m The Cocoa port now allows selecting a folder containing boot ROM files 2018-06-21 00:48:02 +03:00
Document.xib Fixed rounded corners in Metal 2018-06-17 23:16:34 +03:00
GBAudioClient.h Got rid of -ICore 2017-10-13 00:02:02 +03:00
GBAudioClient.m Added stereo support. Correct some PCM register behavior. 2016-06-10 15:28:50 +03:00
GBButtons.h Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
GBButtons.m Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
GBColorCell.h Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBColorCell.m Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBCompleteByteSlice.h Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework 2016-08-13 00:58:52 +03:00
GBCompleteByteSlice.m Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework 2016-08-13 00:58:52 +03:00
GBGLShader.h Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBGLShader.m Simplify shaders 2018-06-15 18:08:54 +03:00
GBImageCell.h Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBImageCell.m Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBImageView.h Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBImageView.m Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBJoystickListener.h Added Joypad support, closes #9 2017-12-30 16:23:17 +02:00
GBMemoryByteArray.h Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks 2016-08-19 14:54:54 +03:00
GBMemoryByteArray.m Replaced the is_cgb bool with a more future compatible model enum. Removed the GB_init_cgb API and replaced it with an extended GB_init and GB_switch_model_and_reset APIs that now receive a model parameter. Increased the struct version. 2018-06-16 13:59:33 +03:00
GBOpenGLView.h Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBOpenGLView.m Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBPreferencesWindow.h The Cocoa port now allows selecting a folder containing boot ROM files 2018-06-21 00:48:02 +03:00
GBPreferencesWindow.m The Cocoa port now allows selecting a folder containing boot ROM files 2018-06-21 00:48:02 +03:00
GBTerminalTextFieldCell.h Terminal-style command history in the Cocoa debugger 2017-05-27 14:32:32 +03:00
GBTerminalTextFieldCell.m Added reverse text search to the Cocoa console 2017-05-27 17:15:52 +03:00
GBView.h Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBView.m OpenGL fallback 2018-06-15 20:03:59 +03:00
GBViewGL.h Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBViewGL.m Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBViewMetal.h OpenGL fallback 2018-06-15 20:03:59 +03:00
GBViewMetal.m Fixed rounded corners in Metal 2018-06-17 23:16:34 +03:00
GBWarningPopover.h Better GUI for user errors/warnings in Cocoa 2017-02-24 18:15:31 +02:00
GBWarningPopover.m Better GUI for user errors/warnings in Cocoa 2017-02-24 18:15:31 +02:00
Info.plist Updated Cocoa copyright 2018-03-30 17:06:39 +03:00
KeyboardShortcutPrivateAPIs.h Cocoa key bindings now based on key codes 2017-01-24 21:00:56 +02:00
License.html Update version to 0.10.1, update copyright to 2018 2018-02-03 00:50:38 +02:00
MainMenu.xib How did I miss this thing after over 2 years?! 2018-04-01 16:53:21 +03:00
NSString+StringForKey.h Cocoa key bindings now based on key codes 2017-01-24 21:00:56 +02:00
NSString+StringForKey.m Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
PkgInfo Initial public commit 2016-04-01 21:27:01 +03:00
PopoverView.xib Better GUI for user errors/warnings in Cocoa 2017-02-24 18:15:31 +02:00
Preferences.xib The Cocoa port now allows selecting a folder containing boot ROM files 2018-06-21 00:48:02 +03:00
joypad.m Clean up unneeded joystick code, joystick is now internally driven by callbacks (instead of polling) 2017-12-30 17:00:07 +02:00
main.m Initial public commit 2016-04-01 21:27:01 +03:00