Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
commander_x16.h
Go to the documentation of this file.
1 /* Part of the Xemu project, please visit: https://github.com/lgblgblgb/xemu
2  Copyright (C)2016-2021 LGB (Gábor Lénárt) <lgblgblgb@gmail.com>
3 
4  Preliminary Commander X16 emulation ...
5 
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10 
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
19 
20 #ifndef XEMU_COMMANDER_X16_COMMANDER_X16_H_INCLUDED
21 #define XEMU_COMMANDER_X16_COMMANDER_X16_H_INCLUDED
22 
23 #define SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888
24 
25 #define FULL_FRAME_USECS 39971
26 
27 #define REAL_CPU_SPEED 1108404
28 
29 #define USE_LOCKED_TEXTURE 1
30 #define RENDER_SCALE_QUALITY 2
31 
32 #define ROM_NAME "#cx16-system.rom"
33 
34 extern Uint64 all_virt_cycles;
35 
36 extern int dump_stuff ( const char *fn, void *mem, int size );
37 
38 
39 #endif
fn
const char * fn
Definition: roms.c:42
dump_stuff
int dump_stuff(const char *fn, void *mem, int size)
Definition: commander_x16.c:307
size
int size
Definition: inject.c:37
all_virt_cycles
Uint64 all_virt_cycles
Definition: commander_x16.c:277