mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-26 20:30:16 +00:00
*** empty log message ***
This commit is contained in:
parent
f751855b4e
commit
c307c9a5c0
@ -80,17 +80,17 @@ However, there are more recent versions of AppleWin available.
|
||||
|
||||
--------------
|
||||
|
||||
07/08/04: IanH@cableone.net
|
||||
07/08/04: IanH
|
||||
i found a crash bug. in full screen , if you move the mouse up and down the right side of the screen, it crashes without a message. i'm using win2k w/ sp4
|
||||
|
||||
17/05/04: Joshua Bell [mailto:inexorabletash@hotmail.com]
|
||||
17/05/04: Joshua Bell
|
||||
The calibration on first boot seems to have some issues on Windows XP Pro. This is frequently reported to the newsgroups. I haven't been able to figure out why. If you can get past the calibration it works just fine.
|
||||
|
||||
16/05/04: rfoxwell@wso.williams.edu [mailto:rfoxwell@wso.williams.edu]
|
||||
16/05/04: rfoxwell
|
||||
- Win2K, DirectX9.0a & "Turtle Beach Santa Cruz" soundcard: MB output results in a horrid squeals/beep sound.
|
||||
+ Sent a new build of AW (w/MAME AY8910 code). This resulted in a crash: "AW has generated errors and will be closed by Windows".
|
||||
|
||||
09/02/04: HeavyMetalBCAD@aol.com
|
||||
09/02/04: HeavyMetalBCAD
|
||||
Whenever I run AppleWin in full screen mode it always eventually
|
||||
messes up (usually when i go to switch to a new game). Basically what happens is
|
||||
it shuts down, or minimizes itself preventing me from keeping it full screen.
|
||||
|
@ -30,10 +30,7 @@ This is for shared vars, enums, structs, classes, etc.
|
||||
EG. const/enum/struct
|
||||
Obviously not for global funcs or vars.
|
||||
|
||||
1.4: .cpp files can drop the AW_ prefix
|
||||
EG. Rename AW_Mockingboard.cpp to Mockingboard.cpp
|
||||
|
||||
1.5: PCH (stdhdr.h)
|
||||
1.4: PCH (StdAfx.h)
|
||||
Could ditch this.
|
||||
Does this gain anything for such a simple project?
|
||||
|
||||
@ -111,8 +108,7 @@ Try to use const/enum instead of #define
|
||||
Always use bool instead of BOOL
|
||||
|
||||
2.5: File header
|
||||
Just description of module
|
||||
No copyright or other (legal) notice to be used
|
||||
GPL header, followed by description of module & author.
|
||||
|
||||
2.6: Indentation
|
||||
Tabs favoured over spaces.
|
||||
|
@ -4,7 +4,7 @@ Requests (Wishlist):
|
||||
Priority:
|
||||
. Right-click on drive icon to eject disk
|
||||
. Shift keys map to button#2
|
||||
. Ramworks support (see AppleWin 2.0 project src)
|
||||
. DONE: Ramworks support (see AppleWin 2.0 project src)
|
||||
. DONE: Shift+Ins to paste from clipboard
|
||||
. DONE: Cmd-line switches for: d1, d2, full-screen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user