Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
targets
tvc
tvc.h
Go to the documentation of this file.
1
/* Test-case for a very simple and inaccurate Videoton TV computer
2
(a Z80 based 8 bit computer) emulator.
3
Part of the Xemu project, please visit: https://github.com/lgblgblgb/xemu
4
Copyright (C)2015-2017,2020-2021 LGB (Gábor Lénárt) <lgblgblgb@gmail.com>
5
6
This emulator is HIGHTLY inaccurate and unusable.
7
8
This program is free software; you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation; either version 2 of the License, or
11
(at your option) any later version.
12
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with this program; if not, write to the Free Software
20
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
21
22
#ifndef XEMU_TVC_TVC_H_INCLUDED
23
#define XEMU_TVC_TVC_H_INCLUDED
24
25
#define SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888
26
#define USE_LOCKED_TEXTURE 1
27
#define RENDER_SCALE_QUALITY 0
28
#define SCREEN_WIDTH 608
29
#define SCREEN_HEIGHT 308
30
#define CPU_CLOCK 3125000
31
32
#endif
Generated by
1.8.17